Hey I am looking to build a code in python which will recognise what i speak through the micrphone and convert to speech, can you please give me few effcient speech processing libraries for achieving the same??
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- Can we recover audio from MFCC coefficients?
- How to get the background from multiple images by
- Evil ctypes hack in python
See pyspeech (python) - Transcribe mp3 files?
which talks about http://code.google.com/p/pyspeech/. You may also want to look at http://code.google.com/p/dragonfly/
The dragonfly sample code misses out on a snippet while providing the code example at https://pythonhosted.org/dragonfly/
should be followed by
as mentioned here - http://dragonfly.googlecode.com/svn-history/r46/trunk/dragonfly/examples/dragonfly-main.py