Skip to content

An easy to use audio filtering library made from webrtc code.

Notifications You must be signed in to change notification settings

cjpit/filter_audio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightweight audio filtering library made from webrtc code.

To build: gcc -o <your_binary> <your c files> filter_audio.c agc/*.c ns/*.c aec/*.c other/*.c -lpthread -lm


My code in here is licenced under the same BSD 3-clause license as the code I took from: https://code.google.com/p/webrtc/

About

An easy to use audio filtering library made from webrtc code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.4%
  • C++ 9.6%