vosk-api
vosk-api copied to clipboard
fix(python): Add an error check for tot_samples to prevent zero division error
As I shared in #1728, it throws such error if the input is not a valid audio file.
I have added this check to alert user about it, and prevent division by zero error, until the issue is fixed.