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:
spicysama 2024-01-17 01:52:11 +08:00 committed by GitHub
parent 2078ad1177
commit fd4d0ea444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,8 @@ pip install modelscope torchaudio sentencepiece funasr
```bash
sudo apt install ffmpeg
sudo apt install libsox-dev
conda install -c conda-forge 'ffmpeg<7'
```
#### MacOS Users
@ -115,4 +117,4 @@ Special thanks to the following projects and contributors:
- [audio-slicer](https://github.com/openvpi/audio-slicer)
- [SubFix](https://github.com/cronrpc/SubFix)
- [FFmpeg](https://github.com/FFmpeg/FFmpeg)
- [gradio](https://github.com/gradio-app/gradio)
- [gradio](https://github.com/gradio-app/gradio)