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

Error "could Not Find Pyaudio; Check Installation" On Windows

I have simple code in python to recognise my voice and convert it in text. I am using speech recogn… Read more Error "could Not Find Pyaudio; Check Installation" On Windows

Python Speech Recognition Error Converting Mp3 File

My first try on audio to text. import speech_recognition as sr r = sr.Recognizer() with sr.AudioFi… Read more Python Speech Recognition Error Converting Mp3 File

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

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'

Python Speech Recognition Very Slow

I am currently developing a smart assistant program (basically it is just listening to what the use… Read more Python Speech Recognition Very Slow