mozilla / DeepSpeech

DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.

Repository from Github https://github.commozilla/DeepSpeechRepository from Github https://github.commozilla/DeepSpeech

best way to use intermediateDecode()

fabianoluzbr opened this issue · comments

commented

Even in the deepspeech examples section, I couldn't find any good examples of how to use intermediateDecode() to return partial transcripts. When I use the example with VAD and microphone, the result only comes out after a considerable pause. I would like to better control and display good quality partial results. Does anyone know a good example with intermediateDecode() ?