Speech to text from javascript microphone to python deepgram backend #782
Replies: 3 comments 2 replies
-
Thanks for asking your question about Deepgram! If you didn't already include it in your post, please be sure to add as much detail as possible so we can assist you efficiently, such as:
|
Beta Was this translation helpful? Give feedback.
-
@nikolawhallon Hi This is my code
Not Connected
|
Beta Was this translation helpful? Give feedback.
-
If you are sending base64 encoding audio from the UI to your backend service, you need to base64 decode before sending to Deepgram. |
Beta Was this translation helpful? Give feedback.
-
I want tocontinously capture microphone data from front end and then send it to backend as live stream and process the data using spech to text live api. Unfortunately i could not do that yet as I am not sure how to convert base64 data to deepgram input for live speech to text in python.
Also I want continous recognition from javascript to python, just as we do it in python with microhone access.
Can anyone help me on this.
Beta Was this translation helpful? Give feedback.
All reactions