voice to text
# 🤝help
w
@acceptable-kangaroo-64719 is there a way to integrate google voice to text and text to voice to my bot? or is there any other way?
p
also Also curious, I'd love for users to be able to send a voice message to my bot in telegram
a
hey @wide-match-41654 not yet. If you're not afraid of code, cloud integratons are open-source and you can develop the integration yourself https://github.com/botpress/botpress/tree/master/integrations
f
@wide-match-41654 If the bot is deployed on web you can intergrate text to speech. Most browsers support speech recognition, capture the speech and send it to the bot as input. Then when the bot responds you take the response and send it to a text to speech api like elevenlabs and the bot will be able to speak
116 Views