I am currently involved in a social robot project and my task is to do the automatic speech recognition system for it. I have chosen the CMU Sphinx (C version - pocketsphinx) to work with.
I would like to ask whether there is any tutorial for the ManyEars API (I have only found the parameters documentation) for beginners as I would have to integrate ManyEars (and 8SoundsUSB) with pocketsphinx API.
Best regards,
Artur Zygadlo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am currently involved in a social robot project and my task is to do the automatic speech recognition system for it. I have chosen the CMU Sphinx (C version - pocketsphinx) to work with.
I would like to ask whether there is any tutorial for the ManyEars API (I have only found the parameters documentation) for beginners as I would have to integrate ManyEars (and 8SoundsUSB) with pocketsphinx API.
Hello,
I am currently involved in a social robot project and my task is to do the automatic speech recognition system for it. I have chosen the CMU Sphinx (C version - pocketsphinx) to work with.
I would like to ask whether there is any tutorial for the ManyEars API (I have only found the parameters documentation) for beginners as I would have to integrate ManyEars (and 8SoundsUSB) with pocketsphinx API.
Best regards,
Artur Zygadlo
Artur,
You should probably start with the paper:
http://link.springer.com/article/10.1007/s10514-012-9316-x# http://link.springer.com/article/10.1007/s10514-012-9316-x#
And then, look at the C examples here:
http://sourceforge.net/p/manyears/code/HEAD/tree/trunk/manyears-C/example/ http://sourceforge.net/p/manyears/code/HEAD/tree/trunk/manyears-C/example/
Regards,
Dominic