omeryusufyagci / fast-music-remover

A C++ based, lightweight music and noise remover for YouTube and other internet media, using DeepFilterNet for audio enhancement.
MIT License
199 stars 21 forks source link

Refactor: Revise FFmpegSettingsManager's singleton behavior #53

Closed omeryusufyagci closed 1 month ago

omeryusufyagci commented 1 month ago

Singleton behavior here would become a serious limitation across the board including unit testing. It also was not sensible as the user side does not fit well with this behavior. I/O file management to be moved into the respective command builder.