velipso / sndfilter

Algorithms for sound filters, like reverb, dynamic range compression, lowpass, highpass, notch, etc
BSD Zero Clause License
445 stars 70 forks source link

meson build system support #19

Closed actondev closed 2 years ago

actondev commented 3 years ago

Hi @velipso First of all, many thanks for this library!

I started from also wanting this to be used by c++, but then also added support for the meson build system. Other changes are moving the headers to the include/sndfilter folder, so that it can be properly used as a library.

In fact, I just used it for this project

I was hesitant of this PR cause of noticing you being reluctant on any unnecessary changes in the simple codebase (in the c++ abovely mentioned MR), but figured why not.

Thank you again for your work

velipso commented 3 years ago

yeah I haven't been merging C++ related patches... but I'm happy to leave this up in case someone else is looking for a meson build

velipso commented 3 years ago

I added a note to README.md to check out the PRs for C++ support