Spaces:
Running
on
Zero
Running
on
Zero
Input audio must be mono
#5
by
jameshuntercarter
- opened
FYI the generation will fail if input is not mono wav/mp3. If you have time, you might want to convert all input to mono via something like FFMPEG.
yes i had that same problem
ffmpeg -i input.mp3 -ac 1 -ar 16000 -sample_fmt s16 -bitexact -c:a pcm_s16le output.wav
Sorry about that, it should be fixed now!
mrfakename
changed discussion status to
closed