cmusphinx / pocketsphinx

A small speech recognizer

Repository from Github https://github.comcmusphinx/pocketsphinxRepository from Github https://github.comcmusphinx/pocketsphinx

flush stdout after each utterance in live mode

dhdaines opened this issue · comments

People sometimes pipe PocketSphinx's output to another command or process and are surprised when the results do not immediately appear after each utterance.

Since this is probably a pretty frequent use case it makes sense to flush stdout so people aren't surprised!