qml and speech recognition
Unsolved
QML and Qt Quick
-
@turkey Qt itself only provides text to speech (https://doc.qt.io/qt-5/qtspeech-index.html). If you need speech to text you will have to search for some other lib/framework providing this.
-
Hi,
There's a WIP branch for speech recognition for the QtSpeech module but I do not know how far it is.
-
What exactly do you want to achieve ?
-
@SGaist i found a video but how can i make same solution i dont know. i want to a program. when i say blue, button will be blue color in program but I can't convert audio to text. because it does not detect sound
video link : https://www.youtube.com/watch?v=kYQHk-KNI6I -
From your video, he uses the module I linked to for the ASR part.