1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-08 03:55:47 +08:00

docs: remove every ffmpeg mention in the documentation to avoid confusion

This commit is contained in:
Alex Murkoff
2024-06-11 12:54:12 +07:00
parent 6a28ec9925
commit 1e05bbce03
22 changed files with 10 additions and 207 deletions

View File

@@ -20,9 +20,6 @@ Loads and preprocesses audio.
If you specify a folder with audio, the audio files in that folder will be read automatically.
For example, if you specify `C:Users\hoge\voices`, `C:Users\hoge\voices\voice.mp3` will be loaded, but `C:Users\hoge\voices\dir\voice.mp3` will Not loaded.
Since ffmpeg is used internally for reading audio, if the extension is supported by ffmpeg, it will be read automatically.
After converting to int16 with ffmpeg, convert to float32 and normalize between -1 to 1.
### denoising
The audio is smoothed by scipy's filtfilt.