##Android NoiseSuppression
It is implement function by WebRtc in this demo. The source code is found by the Internet , and I use NDK to let is working on Android . It's easy for learning. Good luck!
The audio file is PCM , so I have implemented the recording and audioTrack to play . It's easy to run :)
##Android 音频降噪
利用WEBRTC实现,实现的过程是网上找的C语言DEMO,利用ANDROID NDK编译动态库,在ANDROID上实现,由于网上降噪DEMO不好用,而且没有注释,或者没有JNI源码,不方便初学者学习,所以在这里写了一个小DEMO。
DEMO降噪文件是用的PCM,但是DEMO实现了录音,播放,不用再自己去找文件或者自己写录音了。很方便。