filter_audio

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

Github星跟踪图

Lightweight audio filtering library made from webrtc code.

Build and install using make (sudo make install).

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/

To build the test program, you need portaudio (version 19 from their website), libsndfile (you can get it from your distro repositories):

gcc -g3 -Wall -o playback_mic test/playback_mic.c .c agc/.c ns/.c aec/.c other/.c zam/.c vad/*.c -lpthread -lm -lportaudio -lsndfile

To run the test you will need a sample input file in .wav format (like this: https://www.opus-codec.org/examples/samples/speech_orig.wav).
The program will exit after the file is played. You should also try to talk while the file is playing to see how it removes the echoes but
not your voice.

./playback_mic speech_orig.wav [output.wav] # if no output file is presented the default is echoes_removed.wav

主要指标

概览
名称与所有者irungentoo/filter_audio
主编程语言C
编程语言C (语言数: 3)
平台
许可证
所有者活动
创建于2014-11-23 23:47:15
推送于2020-01-30 05:08:26
最后一次提交2016-11-23 06:02:16
发布数1
最新版本名称v0.0.1 (发布于 2016-11-23 06:04:25)
第一版名称v0.0.1 (发布于 2016-11-23 06:04:25)
用户参与
星数178
关注者数29
派生数90
提交数95
已启用问题?
问题数13
打开的问题数7
拉请求数23
打开的拉请求数2
关闭的拉请求数6
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?