Plachtaa / VITS-fast-fine-tuning

This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion
Apache License 2.0
4.69k stars 705 forks source link

按照教程,可能因ffmpeg依赖缺失导致whisper.load_audio()失败,请求更新requirements.txt #465

Open spikeg6917 opened 11 months ago

spikeg6917 commented 11 months ago

LOCAL.md中imgeio.ffmpeg对我的环境不适用(WIN 10) Warning: no short audios found, this IS expected if you have only uploaded long audios, videos or video links. this IS NOT expected if you have uploaded a zip file of short audios. Please check your file structure or make sure your audio language is supported.

whisper.load_audio() Exception has occurred: FileNotFoundError 单独conda install ffmpeg后解决,建议将ffmepg加入requirement.txt中。