Yann Weber d1c8f6c36e Initial commit | пре 1 година | |
---|---|---|
samples | пре 1 година | |
COPYING | пре 1 година | |
README.md | пре 1 година | |
demo.py | пре 1 година | |
demo_iter.py | пре 1 година | |
demo_orig.py | пре 1 година | |
pyrnnoise.c | пре 1 година | |
rnnoise_demo.c | пре 1 година | |
setup.py | пре 1 година | |
test.sh | пре 1 година | |
test_pyrnnoise.py | пре 1 година |
Python wrapper for Xiph.org rnnoise
git clone 'https://gitlab.xiph.org/xiph/rnnoise/-/tree/master'
cd rnnoise
./autogen.sh
./configure
make
sudo make install
python3 -m build
bash test.sh
pip install dist/pyrnnoise*.whl
See demo_iter.py
and demo.py
or run python3 -c 'import rnnoise; help(rnnoise)'
.