Python interface to the WebRTC Noise Suppression
This repertory contains the pre-compiled .so
files, which can be used directly.
The pre-compiled '.so' files in build/lib.linux-x86_64-2.7
, named _simple_ns.so
.
- Set up swig
- run
swig -python simple_ns.i
- This step will generate two new files:
simple_ns_wrap.c
andsimple_ns.py
- run
python setup.py build
- This step will generate
.so
files inbuild/lib*
You can use test.py
to test the WebRTC Noise Suppression basic functions.