cmusphinx/pocketsphinx-android

Speeding up switching from keyword search to language model search

zachadams16 opened this issue · 1 comments

Would there be anyway to speed up the transition between these two searches

The switch itself is immediate since it is simply a pointer change. There are some other issues you experience. To analyze them you have to dump the times in the logcat and check where your application actually spends the time.