文件名称:speexdsp-python:Speex回声消除器Python库
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-20 16:34:22
python speex echo-cancellation aec Python
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
【文件预览】:
speexdsp-python-master
----setup.py(2KB)
----.gitignore(1KB)
----src()
--------echo_canceller.h(414B)
--------Makefile(464B)
--------__init__.py(26B)
--------speexdsp.i(174B)
--------echo_canceller.cpp(2KB)
----.travis.yml(1KB)
----MANIFEST.in(111B)
----setup.cfg(28B)
----examples()
--------wav_aec.py(1KB)
----README.md(2KB)
----tests()
--------test_echo_canceller.py(304B)