ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #05178
PocketSphinx-QML - Voice Recognition Plugin for QML
Hi,
I've been working on PocketSphinx and QML back in Qt 4.7/4.8, just have
some time to clean it up and make it an open source plugin.
It's a simple wrapper of PocketSphinx's decoder in GStreamer, with one
signal "recognitionResultChanged" and two invokable start() / pause():
PocketSphinx {
id: sphinx
onRecognitionResultChanged: { input.text = input.text + result + "\n"; }
}
Any suggestions are welcome, the repository can be found here:
https://github.com/penk/SlateKit/tree/master/IME/pocketsphinx
Best,
penk
Follow ups