No errors, but saved mp3 is always 0 seconds long, Wav output is fine.
mediashock opened this issue · 4 comments
I have 0 errors but all of the generated sounds are 0 length if I choose mp3 as file output. Wav export works fine.
=== GPU Information ===
GPU Device: NVIDIA GeForce RTX 4090
Total memory: 23.98779296875 GB
CUDA Version: 11.8
PyTorch Version: 2.0.1
OFFLOAD_CPU: True (Default is True)
Did you use the auto installer? This is an issue with a missing audio library. A backend for pydub. Could be ffmpeg, could be soundfile. If you type
ffmpeg -version
in the same place you start Bark, does it work?
Can checd if mp4 works?
what worked?
what worked?
Are you having this problem? I should be asleep but due to circumstances, I'm up for awhile right now, can sort you out. Try
A:
pip install ffmpeg_downloader
ffdl install -U --add-path
Then try typing
ffmpeg -version
B:
pip uninstall soundfile
conda install pysoundfile
C
conda uninstall pysoundfile
pip install soundfile
Oh if you used the one click, you have to click the TROUBLESHOOT....(something).bat
to start the conda environment.
Non of this worked so I re-installed and it worked. Sorry for the late response and thanks