PocketSphinx Demo on Internet Tablets
The goal here is to demonstrate real-time dictation on the Nokia Internet Tablets (N800 and N810), and to study its effectiveness versus the on-screen and hardware keyboards.
TODO
This project has a lot of dependencies. They are listed here but they mostly have their own pages.
- ["SphinxLMMerge"] - finish cleaning up the language modeling code
PerformanceRegressions - there are some of these in SVN HEAD, maybe related to <logmath.h>?
- ["GStreamerSphinx"] - this is basically done but needs to be updated and tested for OS2008
PocketSphinxQuantization - apply scalar quantization to the semi-continuous model and language model
DspGwPort - Port the acoustic front-end to the DSP to reduce CPU load
The hope is that after completing these we should be able to accomplish 5k-word dictation in real time. Next, we have to put everything together. The idea is to use Python and GStreamer to do this since it will make development a lot easier.