filter_audio icon indicating copy to clipboard operation
filter_audio copied to clipboard

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

Results 9 filter_audio issues
Sort by recently updated
recently updated
newest added

https://github.com/irungentoo/filter_audio/blob/ada2f4fdc04940cdeee47caffe43add4fa017096/filter_audio.c#L320-L321 memset tries to write twice the bytes of the actual buffer size ``` A/libc: FORTIFY: memset: prevented 640-byte write into 320-byte buffer ``` should say: ``` memset(temp, 0, nsx_samples*sizeof(int16_t));...

Hello, I`m currently writing a .net wrapper for your lib, because I would like to use it in a dotnet based application on Linux. At the moment I got stuck...

This needs to be distributed with the source code to create package. maybe like this file https://github.com/svn2github/webrtc/blob/master/webrtc/LICENSE

I like your project and I'm exploring it as part of the competition the Pinguem.ru competition on finding errors in open source projects. New warnings, found using PVS-Studio: filter_audio/aec/aec_core.c 709...

To build the test program (you need openal)................ where's Openal ???? What is the complete name of the software ???

i didnt see where the function pass_audio_output to implenment? can u tell me how to use the pass_audio_output fuction to implenment in playback_mic.c thanks

As per this https://github.com/notsecure/uTox/issues/844#issuecomment-92507112 But this doesn't really mean it's libfilteraudio's fault, maybe it is still uTox's fault somehow(in the way it's loading the lib?) and it's only caught in...

Hi, I tried to use noise suppression to clear some noise. It seems well that much noise can be suppressed. But real people voice will be reduced and people voice...