LICENSE
README.md
pyproject.toml
setup.py
docs/source/conf.py
matchmaker/__init__.py
matchmaker/base.py
matchmaker/matchmaker.py
matchmaker/dp/__init__.py
matchmaker/dp/dtw_loop.pyx
matchmaker/dp/oltw_arzt.py
matchmaker/dp/oltw_dixon.py
matchmaker/features/__init__.py
matchmaker/features/audio.py
matchmaker/features/midi.py
matchmaker/io/__init__.py
matchmaker/io/audio.py
matchmaker/io/mediator.py
matchmaker/io/midi.py
matchmaker/prob/__init__.py
matchmaker/prob/hmm.py
matchmaker/utils/__init__.py
matchmaker/utils/audio.py
matchmaker/utils/distances.pyx
matchmaker/utils/misc.py
matchmaker/utils/processor.py
matchmaker/utils/stream.py
matchmaker/utils/symbolic.py
matchmaker/utils/tempo_models.py
matchmaker/utils/typing.py
pymatchmaker.egg-info/PKG-INFO
pymatchmaker.egg-info/SOURCES.txt
pymatchmaker.egg-info/dependency_links.txt
pymatchmaker.egg-info/requires.txt
pymatchmaker.egg-info/top_level.txt
tests/test_base.py
tests/test_features_audio.py
tests/test_features_midi.py
tests/test_init.py
tests/test_io_audio.py
tests/test_io_mediator.py
tests/test_io_midi.py
tests/test_matchmaker.py
tests/test_oltw_arzt.py
tests/test_prob_hmm.py
tests/test_utils_audio.py
tests/test_utils_misc.py
tests/test_utils_processor.py
tests/test_utils_stream.py
tests/test_utils_symbolic.py