Voice Recognition Implementation
-
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.
-
The tut you found seemed good?
http://jrmeyer.github.io/installation/2016/01/09/Installing-CMU-Sphinx-on-Ubuntu.htmlSo if you have build the so files you are to use them
This part mostly fails due to paths so make sure u check.You can open .pro file then, in open file, right click and select
Add library. Fill it out and make sure!! its correct.
Linux lib, shared etc.http://doc.qt.io/qtcreator/creator-project-qmake-libraries.html
Then you should be able to link against it.