Is there a way to have speech to text in Qt C++ ?
-
I want to have speech to text in QApplication written using C++ and QWidgets.
Is there any solution for this. I have read about text to speech but not a vice versa. -
I want to have speech to text in QApplication written using C++ and QWidgets.
Is there any solution for this. I have read about text to speech but not a vice versa.@Gitesh-Yeole No, there is nothing in Qt for that. You would need to use some other library for speech to text.
-
Hi,
You can check the speech-recognition branch of the QtSpeech module.
-
Hi,
You can check the speech-recognition branch of the QtSpeech module.
-
@SGaist said in Is there a way to have speech to text in Qt C++ ?:
QtSpeech module.
it is text to speech, not speech to text.@JoeCFD said in Is there a way to have speech to text in Qt C++ ?:
it is text to speech, not speech to text.
That's why @SGaist referred to the speech-recognition branch. It's not released yet, but it's coming.
-
@JoeCFD said in Is there a way to have speech to text in Qt C++ ?:
it is text to speech, not speech to text.
That's why @SGaist referred to the speech-recognition branch. It's not released yet, but it's coming.