Qt-API for Speech recognition
-
[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.
-
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.
-
It might be worth keeping an eye on this:
http://bugreports.qt.nokia.com/browse/QTMOBILITY-1170 -
[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.
-
[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 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 ;)
-
[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]
-
[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 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 -
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...