for example in the screenshot,
when I test the audio file containing the word replace, I am getting multiple results, but at some point of time the decoder gives replace. How to print the correct result?
The lines before the last one represent intermediate results. The last line is the final result. You should study the client.py source code, it's not that difficult.
for example in the screenshot, when I test the audio file containing the word
replace
, I am getting multiple results, but at some point of time the decoder givesreplace
. How to print the correct result?