cmusphinx / sphinx4

Pure Java speech recognition library
cmusphinx.sourceforge.net
Other
1.4k stars 587 forks source link

Format of the FloatData Received by the Scorer from the FrontEnd in CMU Sphinx #21

Closed mayankAshok closed 9 years ago

mayankAshok commented 9 years ago

We have been working on a project pertaining to Voice recognition and we are using Sphinx4 for the Digital Signal Processing phase. After analysing the code, we have seen that the FrontEnd module sends the output data to a Scorer. We discovered that given a sample configuration, after the FrontEnd voice processing is done, the scorer receives a list of FloatData with a float array. We wanted to know what each element in the array represents. It would be really useful if you could help us with it.

nshmyrev commented 9 years ago

You can learn a lot about speech recognition from the following book:

http://www.amazon.com/Spoken-Language-Processing-Algorithm-Development/dp/0130226165

mayankAshok commented 9 years ago

Thanks a lot. We'll get in touch if we have any more question.