.cookiecutter.yaml
.editorconfig
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Justfile
LICENSE
README.md
pyproject.toml
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/paper.yml
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/modules.rst
docs/_static/images/workflow.png
paper/paper.bib
paper/paper.md
speakerbox/__init__.py
speakerbox/examples.py
speakerbox/main.py
speakerbox/preprocess.py
speakerbox/py.typed
speakerbox/types.py
speakerbox/utils.py
speakerbox.egg-info/PKG-INFO
speakerbox.egg-info/SOURCES.txt
speakerbox.egg-info/dependency_links.txt
speakerbox.egg-info/not-zip-safe
speakerbox.egg-info/requires.txt
speakerbox.egg-info/top_level.txt
speakerbox/tests/__init__.py
speakerbox/tests/conftest.py
speakerbox/tests/test_preprocess.py
speakerbox/tests/test_train.py
speakerbox/tests/data/__init__.py
speakerbox/tests/data/diarized.zip
speakerbox/tests/data/short_0.wav
speakerbox/tests/data/short_1.wav
speakerbox/tests/data/short_2.wav