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 unit tests to core using Google Test #49

Closed omeryusufyagci closed 1 month ago

omeryusufyagci commented 1 month ago

This PR adds unit tests for the MediaProcessor using Google Test.

Closes #8