The echo canceller is based on the MDF algorithm described in: J. S. Soo, K. K. Pang Multidelay block frequency adaptive filter, IEEE Trans. Acoust. Speech Signal Process., Vol. ASSP-38, No. 2, February 1990. We use the Alternatively Updated MDF (AUMDF) variant. Robustness to double-talk is achieved using a variable learning rate as described in: Valin, J.-M., On Adjusting the Learning Rate in Frequency Domain Echo Cancellation With Double-Talk. IEEE Transactions on Audio, Speech and Language Processing, Vol. 15, No. 3, pp. 1030-1034, 2007. http://people.xiph.org/~jm/papers/valin_taslp2006.pdf There is no explicit double-talk detection, but a continuous variation in the learning rate based on residual echo, double-talk and background noise. About the fixed-point version: All the signals are represented with 16-bit words. The filter weights are represented with 32-bit words, but only the top 16 bits are used in most cases. The lower 16 bits are completely unreliable (due to the fact that the update is done only on the top bits), but help in the adaptation -- probably by removing a "threshold effect" due to quantization (rounding going to zero) when the gradient is small. Another kludge that seems to work good: when performing the weight update, we only move half the way toward the "goal" this seems to reduce the effect of quantization noise in the update phase. This can be seen as applying a gradient descent on a "soft constraint" instead of having a hard constraint.
2023-01-04 10:47:39 12.81MB enc echo 回声消除
1
1. 音频回声消除分析工具,非常好用。 2. 工具使用非常方便,一个简单的命令就可以了。
2022-12-27 09:28:39 5.1MB webrtc aec 音频回声消除
这是一个Windows平台下利用ffmpeg推流和拉流的示例,使用了微软的回声抑制功能,效果很不错。
2022-12-13 10:26:59 33.57MB ffmpeg 回声抑制 aec 3A
1
回声法语音信息隐藏内涵数据集以及源码,主要对语音信息加密的研究
2022-11-30 12:28:48 68KB matlab 语音信息加密 语音信息隐藏
python的speexdsp 要求 wig 编译工具链 Python libspeexdsp-dev 建造 有两种构建程序包的方法。 使用setup.py sudo apt install libspeexdsp-dev git clone https://github.com/xiongyihui/speexdsp-python.git cd speexdsp-python python setup.py install 使用Makefile git clone https://github.com/xiongyihui/speexdsp-python.git cd speexdsp-python/src make 开始吧 """Acoustic Echo Cancellation for wav files.""" import wave import sys from s
2022-11-23 16:58:41 8KB python speex echo-cancellation aec
1
webrtcd的aec模块的matlab实现,包括了频域NMLS滤波以及后期的非线性处理部分。可以得到较好的回声消除效果。
2022-11-07 11:54:44 4.24MB aec matlab_实现webrtc webrtc 回声消除
1
非常好用的回声抵消算法代码实现
2022-10-15 14:08:53 1.17MB 音视频
1
FM1288数据手册 配置指导 原理图 还有回声消除寄存器配置代码
2022-10-12 22:35:43 0B 回声消除
1
该文档主要描述基于WebRTC的可视对讲系统回声消除的研究与实现。
2022-09-28 17:48:14 1005KB WebRtc 回声消除
1
包括回声消除、混响消除、麦克风阵列处理、盲源分离、声源定位、语音信号处理、语音增强等多个参考资料的整理汇总;有需要的小伙伴了解一下。
2022-09-28 11:52:14 192.02MB 回声消除 混响消除 麦克风阵列 声源定位
1