Yann Weber ac373029fe Updates README.md | hace 2 meses | |
---|---|---|
samples | hace 1 año | |
COPYING | hace 1 año | |
README.md | hace 2 meses | |
demo.py | hace 1 año | |
demo_iter.py | hace 1 año | |
demo_orig.py | hace 1 año | |
pyrnnoise.c | hace 1 año | |
rnnoise_demo.c | hace 1 año | |
setup.py | hace 1 año | |
test.sh | hace 1 año | |
test_pyrnnoise.py | hace 1 año |
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
# Building
python3 -m build
# create test virtualenv
python3 -m venv rnnoise_venv
source rnnoise_venv/bin/activate
# Install
python3 -m pip install dist/pyrnnoise*.whl
# run test
bash test.sh
See demo_iter.py
and demo.py
or run python3 -c 'import rnnoise; help(rnnoise)'
.