文件名称:音频降噪、自动增益开源代码
文件大小:83KB
文件格式:ZIP
更新时间:2020-12-04 10:56:38
降噪 自动增益
提取WebRTC音频降噪、自动增益算法源码,WebRTC ns、agc
【文件预览】:
agc_ns-master
----common()
--------division_operations.c(3KB)
--------fft4g.c(36KB)
--------copy_set_operations.c(2KB)
--------spl_sqrt.c(4KB)
--------signal_processing_library.h(59KB)
--------dot_product_with_scale.c(1KB)
--------typedefs.h(4KB)
--------resample_by_2.c(6KB)
--------spl_inl.h(4KB)
--------fft4g.h(729B)
----front.h(1KB)
----agc()
--------digital_agc.c(25KB)
--------analog_agc.h(7KB)
--------digital_agc.h(3KB)
--------analog_agc.c(47KB)
--------gain_control.h(9KB)
----interface.h(1KB)
----ns()
--------ns_core.c(50KB)
--------noise_suppression.h(3KB)
--------defines.h(3KB)
--------ns_core.h(6KB)
--------windows_private.h(50KB)
--------noise_suppression.c(2KB)
----README.md(49B)
----Makefile(1KB)
----interface.c(2KB)
----front.c(8KB)
----main.c(3KB)