/webrtc-audio-processing-meson

A code example of how to use the audio processing bits of the WebRTC codebase

Primary LanguageC++

How to build

git submodule update --init --depth=1
./gen-webrtc-build-meson.sh > webrtc/meson.build
meson . build
ninja -C build

Notes for myself