How can I build a voice recognition system using C++ with a QT framework
Unsolved
General and Desktop
-
Hi and welcome to devnet,
Build the module and install it. Then you can use it like any other Qt module.
-
wrote on 22 Jan 2018, 08:09 last edited by
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
1/4