I created some qt-qui-app that recognizes from microphone using pocketsphinx.
Perhaps someone will find it useful for first experiments with pocketsphinx.
(Due to some issues in the QAudioDeviceInfo/QAudioInput? this app works fine
with default recording device only) build source
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I created some qt-qui-app that recognizes from microphone using pocketsphinx.
Perhaps someone will find it useful for first experiments with pocketsphinx.
(Due to some issues in the QAudioDeviceInfo/QAudioInput? this app works fine
with default recording device only)
build
source
I meant gui-app, not qui - just misprint
That's great you experiment with Pocketsphinx
In order to make software useful you usually need to provide quite some more
parts of the picture, not just the source code:
User documentation
API and internals documentation
Tests
Better UI
User support