Search code examples
pythonpython-2.7speech-to-text

Module or Library for Python speech to text (2.7)


So i have been searching for a speech to text module, and i have found a few, such as dragonfly and pyspeech, however, they are for python 2.4 and 2.5, however, i need one for 2.7. Does anyone know of a library or module for this? Thank you in advance for your replies


Solution

  • There is a speech0.5.2 distribution for py2.7 in the Base package from Gohlke.
    The Base package has been recently prepared also for py3k (same link) but I'm not sure if speech is included.