We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm testing with an 18 second long file WAV and the predictions array is empty - is there a recommended minimum duration? Here is the avprobe output
Input #0, wav, from 'test.wav': Metadata: encoder : Lavf56.1.0 Duration: 00:00:18.25, bitrate: 256 kb/s Stream #0.0: Audio: pcm_s16le, 16000 Hz, 1 channels, s16, 256 kb/s
The text was updated successfully, but these errors were encountered:
Hi! There are shouldn't be any limitations. My suggestions are:
python capture.py
Sorry, something went wrong.
This also happened to me. I solved it by changing the sample rate of the audio from 16k to 8k.
Ana
My file is already in 8k sr and I am still getting blank prediction. Is their a size/length limitation?
worked after I added 'data = data.astype('int8')
New to it so that might be the sample rate
No branches or pull requests
I'm testing with an 18 second long file WAV and the predictions array is empty - is there a recommended minimum duration? Here is the avprobe output
The text was updated successfully, but these errors were encountered: