JackismyShephard / ultimate-rvc

An app for creating song covers with any RVC v2 trained AI voice from YouTube videos or audio files.
MIT License
16 stars 5 forks source link

Overhaul intermediate file caching system #12

Closed JackismyShephard closed 5 months ago

JackismyShephard commented 5 months ago

Overhaul intermediate file caching system so that as many audio files as possible are saved and not re-recomputed unless strictly necessary. Also changes the behaviour of the keep_files parameter so that all intermediate files are deleted after generation of the final audio file when it is checked. Finally, this PR sets the default value of keep_files to be false.