.gitignore
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
requirements.txt
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/test.yml
audonnx/__init__.py
audonnx.egg-info/PKG-INFO
audonnx.egg-info/SOURCES.txt
audonnx.egg-info/dependency_links.txt
audonnx.egg-info/requires.txt
audonnx.egg-info/top_level.txt
audonnx/core/__init__.py
audonnx/core/api.py
audonnx/core/function.py
audonnx/core/model.py
audonnx/core/node.py
audonnx/core/testing.py
audonnx/core/typing.py
audonnx/testing/__init__.py
docs/api-testing.rst
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/genindex.rst
docs/index.rst
docs/installation.rst
docs/requirements.txt
docs/usage.rst
docs/_static/test.wav
tests/conftest.py
tests/model.onnx
tests/model.yaml
tests/requirements.txt
tests/test.wav
tests/test_install.py
tests/test_load.py
tests/test_model.py
tests/test_node.py