cmusphinx / pocketsphinx

A small speech recognizer
Other
3.87k stars 713 forks source link

flush stdout after each utterance in live mode #371

Closed dhdaines closed 7 months ago

dhdaines commented 9 months ago

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!