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
-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp