Skip to content Skip to sidebar Skip to footer
Showing posts with the label Speech Recognition

Speaker Recognition - Bad Request Error On Microsoft Oxford

I am using the python wrapper that has been given in the SDK section. I've been trying to enrol… Read more Speaker Recognition - Bad Request Error On Microsoft Oxford

Pocketsphinx + Gstreamer Race Condition? Pocketsphinx Can't Listen To Audio + Record From It At The Same Time In Python Script?

Overview: So this is a follow up to my last problem (here). I will be posting a full answer on that… Read more Pocketsphinx + Gstreamer Race Condition? Pocketsphinx Can't Listen To Audio + Record From It At The Same Time In Python Script?

Python, Speech Recognition Stuck At 'listening...'

The code is stuck at listening ( audio=r.listen(source) line) and doesn't go beyond it. No erro… Read more Python, Speech Recognition Stuck At 'listening...'

How To Input And Process Audio Files To Convert To Text Via Pyspeech Or Dragonfly

I have seen the documentation of pyspeech and dragonfly, but don't know how to input an audio f… Read more How To Input And Process Audio Files To Convert To Text Via Pyspeech Or Dragonfly

Audio Signal Split At Word Level Boundary

I am working with audio file using webrtcvad and pydub. The split of any fragment is by silence of … Read more Audio Signal Split At Word Level Boundary

Python Speech Recognition: 'module' Object Has No Attribute 'microphone'

Running the following code on a macbook air 64 bit, testing the code on python 2.7 and python 3.4 i… Read more Python Speech Recognition: 'module' Object Has No Attribute 'microphone'