is there anyway to sent a playable voice message to a text channel or dm?
Closed this issue · 2 comments
Hi there,
i am looking for the way to transcribe a text to voice message, i notice this project by searching voice message on the web. Can you give me some advices about the tts task?
Hoping that I'm understanding your question correctly here.
If you're transcribing text into a voice message, so doing the opposite of what this repo does, you will need to find a TTS library/service, right?
Regarding the discord side of things, you just want to take in the user input of what should be transcribed into a voice message - then your best bet on creating a voice message is looking through the documentation of the library you want to use or asking for help in a discord server (e.g discord api or the specific server for the library you're using)?
If you're using discord.py - I'm yet to update this repo to include the new API references from discord.py, but there might be something @ https://discordpy.readthedocs.io/
Closing due to inactivity