Skip to content

zycbobby/webrtc_audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Audio processing standalone module

As you know, webrtc has a lot of audio processing module for VAD, NS and so on, but it cannot be used directly from the source code provided by webrtc.

I extract the VAD module now and I might make the rest of them available in the future.

How to build

mkdir build & cd build
cmake ..
make

How to install

I wrap the install marco in the CMakeLists.txt. But actually it is far from perfect.

You need to update pkg-config in /usr/local/lib to make sure pkg-config --libs webrtcaudio returns the correct CFLAGS and LIBS.

About

WebRTC standalone audio processing module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages