filter_audio

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

  • 所有者: irungentoo/filter_audio
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

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 15:47:15
推送於2020-01-29 21:08:26
最后一次提交2016-11-22 17:02:16
發布數1
最新版本名稱v0.0.1 (發布於 2016-11-22 17:04:25)
第一版名稱v0.0.1 (發布於 2016-11-22 17:04:25)
用户参与
星數174
關注者數31
派生數89
提交數95
已啟用問題?
問題數13
打開的問題數7
拉請求數23
打開的拉請求數2
關閉的拉請求數6
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?