Need text to speech and speech recognition tools for Linux

前端 未结 12 1983
长情又很酷
长情又很酷 2020-12-03 06:09

I\'m planning on writing a program for Linux that uses text to speech and speech recognition. What are the best tools/libraries for this? Should I use Windows instead to be

相关标签:
12条回答
  • 2020-12-03 06:36

    Did you checked the HMM-based speech synthesis for text-to-speech. You can find the free demo on the website http://hts.sp.nitech.ac.jp/. Installation will be little tedious.

    0 讨论(0)
  • 2020-12-03 06:39

    I know espeak is a very good text-to-speech program for linux (it can even do different accents!), but I don't know of any speech recognition systems designed for UNIX.

    0 讨论(0)
  • 2020-12-03 06:39

    This is a bit old but I saw that a fairly comprehensive guide on speech recognition on Hackaday a few days ago: http://hackaday.com/2010/07/09/get-started-with-speech-recognition/

    0 讨论(0)
  • 2020-12-03 06:40

    For speech recognition there are the various Sphinxes. The different variants have different pros and cons, there is a comparison here Comparison of Sphinx versions. Sphinx 4 is Java, but the others are C, I believe.

    0 讨论(0)
  • 2020-12-03 06:42

    For speech recognition there exists very little for linux. I were only aware of one apparently decent option, something IBM released some years ago but later was no longer made available (anyone knows if this ViaVoice SDK is still possible to get hold of from anywhere?). There are some more information about possible options at wikipedia.

    0 讨论(0)
  • 2020-12-03 06:42

    For Debian/Ubuntu text-to-speech there is also SVOX Pico:

    sudo apt-get install libttspico-utils
    
    0 讨论(0)
提交回复
热议问题