You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightweight audio filtering library made from webrtc code, with `module.map` for clang interop.
See https://forums.swift.org/t/where-to-place-custom-module-modulemap-for-third-party-c-library-without-touching-their-source-code/17920/2 for further discussion regarding the need for a `module.map`.
Build and install using make (`sudo make install`).
My code in here is licenced under the same BSD 3-clause license as the code I took from: https://code.google.com/p/webrtc/
To build the test program, you need portaudio (version 19 from their website), libsndfile (you can get it from your distro repositories):