vosk-api icon indicating copy to clipboard operation
vosk-api copied to clipboard

fix(python): Add an error check for tot_samples to prevent zero division error

Open hstsethi opened this issue 9 months ago • 0 comments

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.

hstsethi avatar Mar 21 '25 09:03 hstsethi