# filter_audio **Repository Path**: RapidAI/filter_audio ## Basic Information - **Project Name**: filter_audio - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-22 - **Last Updated**: 2024-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 openal): gcc -g3 -Wall -o playback_mic test/playback_mic.c -lopenal -I /usr/include/AL/ *.c agc/*.c ns/*.c aec/*.c other/*.c zam/*.c vad/*.c -lpthread -lm