.clang-format
.gitignore
.pre-commit-config.yaml
.python-version
LICENSE
Makefile
README.md
pyproject.toml
setup.py
uv.lock
.github/workflows/docs.yaml
.github/workflows/release.yml
docs/api.rst
docs/conf.py
docs/guide.rst
docs/index.rst
docs/install.rst
docs/examples/external.rst
docs/examples/gaussians.ipynb
docs/examples/index.rst
docs/examples/spiritlm.rst
src/fastabx/__init__.py
src/fastabx/__main__.py
src/fastabx/cell.py
src/fastabx/dataset.py
src/fastabx/distance.py
src/fastabx/dtw.py
src/fastabx/pooling.py
src/fastabx/py.typed
src/fastabx/score.py
src/fastabx/subsample.py
src/fastabx/task.py
src/fastabx/utils.py
src/fastabx/verify.py
src/fastabx/zerospeech.py
src/fastabx.egg-info/PKG-INFO
src/fastabx.egg-info/SOURCES.txt
src/fastabx.egg-info/dependency_links.txt
src/fastabx.egg-info/entry_points.txt
src/fastabx.egg-info/requires.txt
src/fastabx.egg-info/top_level.txt
src/fastabx/csrc/dtw.cpp
src/fastabx/csrc/cuda/dtw.cu
tests/__init__.py
tests/benchmark.py
tests/conftest.py
tests/test_dtw.py
tests/test_zerospeech.py