Qt-API for Speech recognition
-
wrote on 25 Jun 2011, 11:11 last edited by
has anyone got success in QtSpeech??? or in any api for speech recorgnision
-
wrote on 29 Jun 2011, 05:12 last edited by
[quote author="david.laing" date="1297311705"]It might be worth keeping an eye on this:
http://bugreports.qt.nokia.com/browse/QTMOBILITY-1170[/quote]Hope the TTS and speech recognition APIs will coming soon in Qt. Android has it, so i hope Qt also can have this feature in both Symbian and MeeGo/Maemo.
-
wrote on 29 Jun 2011, 05:16 last edited by
waiting for QT to have TTS and speech recognition APIs
-
wrote on 30 Jun 2011, 11:35 last edited by
[quote author="TobbY" date="1309324605"]waiting for QT to have TTS and speech recognition APIs[/quote]
For QT as in QuickTime related suggestions please refer to their support forums.
-
wrote on 30 Jun 2011, 13:59 last edited by
[quote author="QtK" date="1309433706"]
[quote author="TobbY" date="1309324605"]waiting for QT to have TTS and speech recognition APIs[/quote]For QT as in QuickTime related suggestions please refer to their support forums.
[/quote]
Let's not be too mean. I'm sure that though he misspelled Qt by typing QT, he sure meant Qt. For which other reasons he would be posting to this forum in the first place ;)
-
wrote on 8 Oct 2011, 13:37 last edited by
[quote author="yshurik" date="1296926743"]I recently started project QtSpeech available on gitorius, to provide common API to tts engines available on Mac,Windows and maybe to festival on Linux, now it contains only draft files, but I will commit soon working implementation for Mac. Later I can also consider including connection to speech recognition API for Mac and windows.[/quote]
-
wrote on 4 Mar 2014, 10:34 last edited by
[quote author="yshurik" date="1318081048"]
http://gitorious.org/qt-speech[/quote]That's cool!
I've tested it on Windows 7, Qt 4.8.4 right now and it works fine!
Very easy to build and to integrate. -
wrote on 6 Mar 2014, 08:45 last edited by
[quote author="vheinitz" date="1393929284"]
[quote author="yshurik" date="1318081048"]
http://gitorious.org/qt-speech[/quote]That's cool!
I've tested it on Windows 7, Qt 4.8.4 right now and it works fine!
Very easy to build and to integrate.[/quote]
hello vheinitz,Can we do both things:
1)TTS (Text to Speech)
2)Speech to Text -
wrote on 6 Mar 2014, 08:56 last edited by
[quote]
hello vheinitz,Can we do both things:
1)TTS (Text to Speech)
2)STT (Speech to Text)[/quote]
I don't think the speech recognition is implemented in this project. I haven't tested it. Only TTS.
-
wrote on 6 Mar 2014, 09:05 last edited by
Thank you vheinitz,,
Is there any way to achieve it -speech recognition in Qt.Because your thread title's answer is not there.
{Edited}
-
wrote on 2 Oct 2014, 04:32 last edited by
https://github.com/dconroy/PiTranslate/blob/master/text-to-translate.py
It works pretty good, but it's python.
I think it can't be so hard to program this in c...