Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I found an example on youtube voice recognition. youtube
www
how to run it on linux?
Hi and welcome to devnet,
Build the module and install it. Then you can use it like any other Qt module.
There is some tutorial on how to build and install this module?
mkdir build_qtspeech pushd build_qtspeech /path/to/Qt/bin/qmake /path/to/qtspeech/ make make install popd