Hi
I want to change the reaction of pocketsphinx when recognized or not recognized a word. I mean, when I run pocketsphinx_continuous it lisening to mic and shows anything it recognized in terminal, but I like to change this action and sending a command to speaker, or run another program, or sending something in serial port, etc!
How can I do this ans where should I find the pocketsphinx_continuous file and change it?
Last edit: rezaee 2016-10-29
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any open-source project to see and learn?
I know C and C++, but don't know how to matching my program to CMUSphinx?
For example I've written a program that it can play some sound files. I like when I said "Play sounds", CMUSphinx recognizes my command and run that program that plays the sound files.
From the tutorial I know how to build a voice recognition system with pocketsphinx, and from my background I know C and writing a program to play a sound, but, how can I match these two program together is my question!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
From the tutorial I know how to build a voice recognition system with pocketsphinx, and from my background I know C and writing a program to play a sound, but, how can I match these two program together is my question!
Hello Nickolay, I've managed to finally build and run pocketsphinx (pocketsphinx_continuous). The problem I'm running into, is how to a add words and improve accuracy?
Many thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I want to change the reaction of pocketsphinx when recognized or not recognized a word. I mean, when I run pocketsphinx_continuous it lisening to mic and shows anything it recognized in terminal, but I like to change this action and sending a command to speaker, or run another program, or sending something in serial port, etc!
How can I do this ans where should I find the pocketsphinx_continuous file and change it?
Last edit: rezaee 2016-10-29
You can check
http://raspberrypi.stackexchange.com/questions/56773/using-pocketsphinx-for-voice-control-applications/56818#56818
So, should we learn python to do that?
Isn't possible to use something like c/c++ ?
You need to learn how to write software.
It is possible with C too.
Is there any open-source project to see and learn?
I know C and C++, but don't know how to matching my program to CMUSphinx?
For example I've written a program that it can play some sound files. I like when I said "Play sounds", CMUSphinx recognizes my command and run that program that plays the sound files.
From the tutorial I know how to build a voice recognition system with pocketsphinx, and from my background I know C and writing a program to play a sound, but, how can I match these two program together is my question!
https://sourceforge.net/projects/festlang.berlios/files/gnome-voice-control-0.4.tar.gz/download
Hello Nickolay, I've managed to finally build and run pocketsphinx (pocketsphinx_continuous). The problem I'm running into, is how to a add words and improve accuracy?
Many thanks.
You can ask your question in a separate thread.
Ok, I will create soon, a new tread.
Thank you for the guidelines!