I want to implement speech to text feature in Qt, Is there any such library available in Qt? in QT5
-
wrote on 26 Nov 2024, 10:44 last edited by Deep Patle
I am working on a Qt project want to implement a speech to text feature.
Has anyone successfully integrated a speech to text solution Qt? if yes, which library or API would you recommend?
-
I am working on a Qt project want to implement a speech to text feature.
Has anyone successfully integrated a speech to text solution Qt? if yes, which library or API would you recommend?
wrote on 26 Nov 2024, 11:47 last edited by@Deep-Patle https://doc.qt.io/qt-5/qtexttospeech.html#details
module name: QT += texttospeech
https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html -
@Deep-Patle https://doc.qt.io/qt-5/qtexttospeech.html#details
module name: QT += texttospeech
https://doc.qt.io/qt-5/qtspeech-hello-speak-example.htmlwrote on 26 Nov 2024, 12:34 last edited by@JoeCFD
That is text to speech, but OP wants speech to text!@Deep-Patle
I don't know what its state is, but @SGaist referred to speech to text in https://forum.qt.io/post/545844 -
wrote on 26 Nov 2024, 12:55 last edited by
Thank you for sharing the documents. However, my current focus is on implementing speech-to-text functionality, which is the opposite of text-to-speech.
I’m specifically looking for guidance or libraries to convert spoken words into text within a Qt application. If you have any resources, examples, or advice related to this, I would greatly appreciate it.
-
Thank you for sharing the documents. However, my current focus is on implementing speech-to-text functionality, which is the opposite of text-to-speech.
I’m specifically looking for guidance or libraries to convert spoken words into text within a Qt application. If you have any resources, examples, or advice related to this, I would greatly appreciate it.
wrote on 26 Nov 2024, 13:26 last edited by@Deep-Patle Sorry I misread your post.
To implement speech-to-text in C++, you can leverage speech recognition APIs or libraries such as Google's Speech-to-Text API, Microsoft Azure Speech API, or open-source libraries like pocketsphinx or deepspeech -
1/5