webrtc-audio-processing 0.2.0

A wrapper for WebRTC's AudioProcessing module.
Documentation

webrtc-audio-processing

Crates.io Docs.rs Build Status dependency status

A wrapper around PulseAudio's repackaging of WebRTC's AudioProcessing module.

Example Usage

See examples/simple.rs for an example of how to use this crate.

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

sudo apt install webrtc-audio-processing-dev # Ubuntu/Debian
sudo pacman -S webrtc-audio-processing # Arch

Static linking

Static linking can be enabled with the bundler feature flag.