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
162 stars 20 forks source link

Add Test Step to Core CI Pipeline #50

Closed omeryusufyagci closed 1 month ago

omeryusufyagci commented 1 month ago

Added tests to the CI workflow to ensure a PR or push to main triggers the unit tests. Reorganized the core CI file to include the clang-format and deleted the dedicated file. Renamed backend formatter for clarity