The model fails on .wav files.

#6
by wanderer512 - opened

I'm passing a wav file with sampling rate of 16 kHz, but I'm facing this error: "RuntimeError: Calculated padded input size per channel: (2). Kernel size: (10). Kernel size can't be greater than actual input size"
I tried padding the input file to match the kernell size but then it gives error in the next step.
Please advice.

Sign up or log in to comment