Help with simple script that read from microphone #72
Replies: 1 comment 4 replies
-
Hi @guillermoAlv ! You can try something like the following in this blog post tutorial which uses PyAudio to get the audio from the computer's mic: https://blog.deepgram.com/how-to-transcribe-only-what-you-need-with-python-listening-before-connected/ Also, are you using a Windows or Mac machine? I'm asking because if you go the PyAudio route, it's a bit more involved on an M1 machine to get it installed. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry guys, but can someone help me creating a simple script that read from my microphone and send in real time the audio to Deepgram to transcribe it. I know that there is several example but all of them use Flask, Django or some others web frameworks, I've triying it for the last week but not lucky by now. If you need my script i can send you. BTW I'm working with the python SDK.
In the other hand what audio encode needs Deepgram, or what format it interpret? just in order to debug my program.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions