Crates.io | webrtc-audio-processing-sys |
lib.rs | webrtc-audio-processing-sys |
version | 0.4.0 |
source | src |
created_at | 2019-12-06 04:12:36.31364 |
updated_at | 2022-05-16 03:44:08.834362 |
description | A wrapper for WebRTC's AudioProcessing module. |
homepage | |
repository | https://github.com/tonarino/webrtc-audio-processing |
max_upload_size | |
id | 186800 |
size | 3,063,764 |
A wrapper around PulseAudio's repackaging of WebRTC's AudioProcessing module.
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
.
sudo apt install webrtc-audio-processing-dev # Ubuntu/Debian
sudo pacman -S webrtc-audio-processing # Arch
Static linking can be enabled with the bundled
feature flag.
The following tools are needed in order to use the bundled
feature flag:
$ sudo apt install libtool
)$ sudo apt install autotools-dev
)