alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.57k stars 1.06k forks source link

Update cli.py #1343

Closed bindestriche closed 1 year ago

bindestriche commented 1 year ago

added progress bar option , when enable displays tqdm bar with transcription progress

nshmyrev commented 1 year ago

Thanks, this only adds an option, should there be a code on progress bar itself?

bindestriche commented 1 year ago

Thanks, this only adds an option, should there be a code on progress bar itself?

sorry, my first pull request ever, the function itself is in the second pull request

nshmyrev commented 1 year ago

You need to merge brach patch-1 into patch-2 then it will update the second pull request automatically to include both changes. Run git checkout patch-2 && git merge patch-1 && git push. Closing this for now