Dictation Application using Sphinx4

前端 未结 1 2019
渐次进展
渐次进展 2020-12-09 13:30

My requirements are similar to this question since the question is now 3 years old I am re-posting the question with information specific to mine, I want to create an appli

相关标签:
1条回答
  • 2020-12-09 14:03

    For Speech Recognition I have decided to use sphinx4, I am trying to run the demo Transcriber.jar provided with sphinx. That doesn't work when I give some other file as input.

    If you describe your issues better you could get more definite help on this problem

    How do I proceed ?

    Read the tutorial

    http://cmusphinx.sourceforge.net/wiki/tutorial

    Where do I get the language model for US English that can be used with Sphinx4 ?

    You can download them from CMUSphinx website and from other places. You can also build them yourself. One of the possible locations are

    http://www.keithv.com/software/csr/

    Any blog / tutorial will be helpful,

    See above

    However the files used in this tutorial are of differrent extensions, I am stuck in this phase I cant decide which path should be given in configuration. Plz Help,

    See the example config in sphinx4/tests/performance/voxforge_en/voxforge.config.xml. It has all required paths

    0 讨论(0)
提交回复
热议问题