Relative Content

Tag Archive for pythonpython-3.xvoice-recording

Can anyone tell what’s wrong with this script that should process my microphone input?

I’m trying to make an app that records my mike’s audio on 1 thread, and creates 5 second chunks. It then places each of those chunks into a queue, that sends it to a second thread to transcribe the audio to text, then adding the text to a second queue. Finally, it goes to a third thread, which will perform a variety of opperations on the string. For now, it just prints it for debug purposes.