Forum Discussion
6 Replies
- Altera_Forum
Honored Contributor
It is not trivial to get speech recognition works reliably. I did not work on it myself.
This is what I read and think. There are a few key pieces, - Voice capturing - Zoom into section of meaning section - DSP functions like Fourier transform to extract parameters like pitches and durations - Compare against parameters of words stored - Training mechanism So, you'll need to be specific on which part of coding you are after. - Altera_Forum
Honored Contributor
Thanks Tzestan
I have research some journal about it but i can't complete the coding do you have any reference source code? - Altera_Forum
Honored Contributor
I believe journal articles focus on algorithm. Even practicality may be left out. You still need to work out the coding yourself.
But sorry, I don't have usable codes. - Altera_Forum
Honored Contributor
This doesn't have anything to do with Altera FPGA, but the venerable CMU Sphinx recognizer http://cmusphinx.sourceforge.net/ is probably as good a starting point as any.
- Altera_Forum
Honored Contributor
wow ted
your link very interesting but my project is related with altera FPGA board - Altera_Forum
Honored Contributor
--- Quote Start --- wow ted your link very interesting but my project is related with altera FPGA board --- Quote End --- If this is a school project, and you are not knowledgeable about FPGA or speech recognition, you may want to consider changing the definition of your project before too much time passes. As tzestan mentioned, there's a lot to it.