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

How To Control Microsoft Speech Recognition App?

I want to know if it's possible to control 'Microsoft Speech Recognition' using c#. (s… Read more How To Control Microsoft Speech Recognition App?

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 Do I Control When To Stop The Audio Input?

I am using the SpeechRecognition Python package to get the audio from the user. import speech_reco… Read more How Do I Control When To Stop The Audio Input?

Read Nist Wav File In Timit Database Into Python Numpy Array

Is this possible?? I seem to be getting this error when using wavread from scikits.audiolab: x86_64… Read more Read Nist Wav File In Timit Database Into Python Numpy Array

Having Different Results Every Run With GMM Classifier

I'm currently doing a speech recognition and machine learning related project. I have two class… Read more Having Different Results Every Run With GMM Classifier