Tips on creating a transcription bot

Basically I want the bot to listen to each user and transcribe their voice into text. Then send that as a file when the call has ended. I know how to record and store the raw audio data but how would I go about transcribing it?
2 Replies
d.js toolkit
d.js toolkit2y ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
duck
duck2y ago
by finding some speech to text module as this isn't something that would be done with any djs related module

Did you find this page helpful?