moonstar-x / discord-tts-bot

A Text-to-Speech bot for Discord.
https://docs.moonstar-x.dev/discord-tts-bot
MIT License
98 stars 84 forks source link

Add another tts engine #9

Closed moonstar-x closed 5 years ago

moonstar-x commented 5 years ago

Add more tts engines, ones that do not limit to 200 characters, (add the option to add character limit as well), if possible add the moonbase alpha tts engine.

moonstar-x commented 5 years ago

As a reminder, the 200 characters limit can be bypassed if we separate the message in multiple bits, this way receiving multiple TTS urls, exactly the same way that Google Translate works.

moonstar-x commented 5 years ago

No longer necessary with commit 969487e8ceac9020613ef2acfa30be0e4825b57b.