lucianodato / libspecbleach

C library for audio noise reduction and other spectral effects
GNU Lesser General Public License v2.1
63 stars 12 forks source link

Increase Coverage #46

Open lucianodato opened 2 years ago

lucianodato commented 2 years ago

No unit test at the time. Definitely to be a serious project test should be added. Not sure which test framework should be used or is commonly used across open source C projects. Maybe doing a custom client with no framework is better in this case.

SimonG4ELI commented 2 years ago

Test on Windows with WAV files with different sample rates? Custom Client so you can adjust all parameters is maybe best.

lucianodato commented 2 years ago

Yeah using a custom console app with meson test should do it.

lucianodato commented 2 years ago

https://github.com/libcheck/check seems to be a popular choice for opensource c projects. It's being used by gstreamer.

lucianodato commented 2 years ago

https://cmocka.org/#features also provides good functionality