Qt-API for Speech recognition
-
wrote on 3 Sept 2010, 14:14 last edited by
existing: API
new text: API:s
The thing is, that the system converts :foo in the end of shorts to label... so maybe APIs, or some bug fixing or some way to work around it or...
-
wrote on 3 Sept 2010, 14:16 last edited by
Hello Smar,
Thank you very much, I was not aware of this project. However, my first impression from docu was - it is not very mature.
What I am thinking about is not an application or a particular speech recognition engine, but a Qt-Wrapper for existing SR frameworks.The purpose is to help developers making their decision for using Qt in SR-Projects. My first step would be to make a Qt-wrapper for Nuance.
Best regards,
Valentin Heinitz
-
wrote on 4 Sept 2010, 02:21 last edited by
@smar, yes I saw, even the text was underlined with the same suggestion and now its corrected. thanks
-
wrote on 4 Sept 2010, 11:45 last edited by
[quote author="vheinitz" date="1283523378"]Hello Smar,
Thank you very much, I was not aware of this project. However, my first impression from docu was - it is not very mature.
What I am thinking about is not an application or a particular speech recognition engine, but a Qt-Wrapper for existing SR frameworks.The purpose is to help developers making their decision for using Qt in SR-Projects. My first step would be to make a Qt-wrapper for Nuance.
Best regards,
Valentin Heinitz[/quote]
I just thought that if Simon would have something like API... Like KDE projects often have. Maybe that's not case this time.
-
wrote on 5 Feb 2011, 17:25 last edited by
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.
-
wrote on 10 Feb 2011, 04:21 last edited by
It might be worth keeping an eye on this:
http://bugreports.qt.nokia.com/browse/QTMOBILITY-1170 -
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...