ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #05179
Re: PocketSphinx-QML - Voice Recognition Plugin for QML
Hi,
Looks awesome :)
Could it work in QML 2 and Ubuntu Touch now ?
土豪我们交个朋友吧
BR,
Joey
2013/11/19 Penk Chen <penk.chen@xxxxxxxxxxxxx>
> 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@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help : https://help.launchpad.net/ListHelp
>
>
References