irungentoo/filter_audio
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
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
About
An easy to use audio filtering library made from webrtc code.
Resources
Stars
Watchers
Forks
Packages 0
No packages published