webrtc-audio-processing-sys
A wrapper around PulseAudio's repackaging of WebRTC's AudioProcessing module.
Building
Dynamic linking
By default the build will attempt to dynamically link with the library installed via your OS's package manager.
You can specify an include path yourself by setting the environment variable WEBRTC_AUDIO_PROCESSING_INCLUDE
.
Packages
Static linking
Static linking can be enabled with the bundled
feature flag.
The following tools are needed in order to use the bundled
feature flag:
- libtool (
$ sudo apt install libtool
) - autotools (
$ sudo apt install autotools-dev
)