So I've been looking around the web for a Python Speech recognition, and I found pyspeech. But that is only for Windows. I would like a Speech Recognition Library that works with Mac aswel. Thanks!
-
@TylerCrompton It is not a Product. It is simply a library, and its free. It can't be poorer quality than nothing. – Thor Correia Jun 21 '12 at 00:26
-
You do realize those libraries just interface with the voicerec APIs that the underlying OS provides? Any API that osx has is going to be fundamentally different from whatever windows has. – Marc B Jun 21 '12 at 00:27
-
@Markb right, but theres no library that works with macs... – Thor Correia Jun 21 '12 at 00:28
-
1@PlazmotechBinary, a library *is* a product regardless of its price. From the link I provided: "Seek explanations, not suggestions." – Tyler Crompton Jun 21 '12 at 00:34
-
Perhaps some older questions and answers can help you get started, see http://stackoverflow.com/q/6348770/90236 – Michael Levy Jun 21 '12 at 14:59
3 Answers
http://andrewbrobinson.com/2012/02/29/speech-recognition-using-sphinx-dont-try-this-at-home/ suggests that Pocket Sphinx includes Python bindings and is easy to use.
Another helpful resource may be the video at http://www.youtube.com/watch?v=3VA2Th121zQ
Also, from http://cmusphinx.sourceforge.net/sphinx4/
Sphinx-4 has been built and tested on the Solaris TM Operating Environment, Mac OS X, Linux and Win32 operating systems. Running, building, and testing Sphinx-4 requires additional software. Before you start, you will need the following software available on your machine.

- 13,097
- 15
- 66
- 100
Mozilla has open sourced their project DeepSpeech, a tensorflow implementation of Baidu's DeepSpeech architecture:

- 2,052
- 1
- 30
- 26
Here is a comparison table with a lot of libraries you may want to consider. (Written by Alberto Pettarin)