Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How can I build a voice recognition system using C++ with a QT framework
-
-
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