mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
Update README.md for Ubuntu
Ubuntu 22.04 LTS reported: >>> OSError: libsox.so: cannot open shared object file: No such file or directory >>> RuntimeError: Error in dlopen: libavutil.so.58: cannot open shared object file: No such file or directory >>> DEBUG:torchaudio._extension.utils:Attempting to load FFmpeg version 6, 5, 4. not found
This commit is contained in:
parent
2078ad1177
commit
fd4d0ea444
@ -58,6 +58,8 @@ pip install modelscope torchaudio sentencepiece funasr
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install ffmpeg
|
sudo apt install ffmpeg
|
||||||
|
sudo apt install libsox-dev
|
||||||
|
conda install -c conda-forge 'ffmpeg<7'
|
||||||
```
|
```
|
||||||
|
|
||||||
#### MacOS Users
|
#### MacOS Users
|
||||||
@ -115,4 +117,4 @@ Special thanks to the following projects and contributors:
|
|||||||
- [audio-slicer](https://github.com/openvpi/audio-slicer)
|
- [audio-slicer](https://github.com/openvpi/audio-slicer)
|
||||||
- [SubFix](https://github.com/cronrpc/SubFix)
|
- [SubFix](https://github.com/cronrpc/SubFix)
|
||||||
- [FFmpeg](https://github.com/FFmpeg/FFmpeg)
|
- [FFmpeg](https://github.com/FFmpeg/FFmpeg)
|
||||||
- [gradio](https://github.com/gradio-app/gradio)
|
- [gradio](https://github.com/gradio-app/gradio)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user