Python wrapper for Xiph.org rnnoise ( https://gitlab.xiph.org/xiph/rnnoise )
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Yann Weber d1c8f6c36e Initial commit 10 mēnešus atpakaļ
samples Initial commit 10 mēnešus atpakaļ
COPYING Initial commit 10 mēnešus atpakaļ
README.md Initial commit 10 mēnešus atpakaļ
demo.py Initial commit 10 mēnešus atpakaļ
demo_iter.py Initial commit 10 mēnešus atpakaļ
demo_orig.py Initial commit 10 mēnešus atpakaļ
pyrnnoise.c Initial commit 10 mēnešus atpakaļ
rnnoise_demo.c Initial commit 10 mēnešus atpakaļ
setup.py Initial commit 10 mēnešus atpakaļ
test.sh Initial commit 10 mēnešus atpakaļ
test_pyrnnoise.py Initial commit 10 mēnešus atpakaļ

README.md

pyrnnoise

Python wrapper for Xiph.org rnnoise

Dependencies

librnnoise

git clone 'https://gitlab.xiph.org/xiph/rnnoise/-/tree/master'
cd rnnoise
./autogen.sh
./configure
make
sudo make install

Build dependencies

  • setuptools
  • build
  • wheel

Building

python3 -m build

Run tests

bash test.sh

Installing

pip install dist/pyrnnoise*.whl

Examples

See demo_iter.py and demo.py or run python3 -c 'import rnnoise; help(rnnoise)'.