Voice Recognition Implementation
-
@Naveen_D
Yes, first step is to get it to compile. Either in Creator or in Visual Studio .
That will produce DLL/LIB file.Then you will make new project ( your project) and add this DLL/LIB to it.
- linux also i need to use pocketsphinx.sln ?
No. for linux , there is other build instructions.
$ ./autogen.sh
$ ./configure
$ make clean all
$ make check
$ sudo make install
--
SLN files are for visual studio.
There is no visual studio on linux.
- linux also i need to use pocketsphinx.sln ?
-
Well the pc or device
must have soundcard and a microphone but other than that,
there should be nothing stopping you to run as a Desktop app.I used this on pc
http://www.nuance.com/for-individuals/by-product/dragon-for-pc/index.htmIts brilliant.
-
@Naveen_D
Oh, no. its as commercial as it gets.it was as example of voice Recognition on the desktop :)
The best i ever tried. It worked flawless even when multiple people speaking!
They even do allow others to use
http://www.nuance.com/for-developers/dragon/index.htm
but its not open source or gratis.So i just mentioned it for a sample of VR that truly works :)
-
Hi,
Just in case, there's a speech recognition branch in the QtSpeech module that's current work in progress but might be interesting for you.
-
Hi
You can try this
Running pocketsphinx Speech Recognition on Ubuntu
https://www.unicom.com/blog/entry/686 -
@mrjj i have installed cmu-sphinx and pocketsphinx using the instructions given in this link http://jrmeyer.github.io/installation/2016/01/09/Installing-CMU-Sphinx-on-Ubuntu.html is it correct ?
If yes, where i will get the lib of this and how to use this lib to make use of voice recognition ?
-
The tut you found is not Qt related so its with normal linux toolchain
for CMU-Sphinx.He starts with
"When I installed SPHINX for the first time in September 2015, it was not a fun experience."So be prepared to really read what he does and read docs for it. its not trivial to build.
-
First you get it to build then
use in Qt. its in 2 steps.
You really MUST read docs slow and carefully ,
else u miss a step and it wont work.So first step is to get it to build using the tuts.