Metadata-Version: 2.4
Name: tactus_align
Version: 1.1.2
Summary: A package for working on Audio-to-Score Alignemnt
Project-URL: Homepage, https://github.com/valcrog/TACTUS
Project-URL: Issues, https://github.com/valcrog/TACTUS/issues
Author-email: Valentin Crogiez <crogiez.valentin@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: librosa>=0.11.0
Requires-Dist: matplotlib>=3.11.1
Requires-Dist: music21>=10.5.0
Requires-Dist: numba>=0.66.0
Requires-Dist: numpy==2.4.6
Requires-Dist: pretty-midi>=0.2.11
Requires-Dist: pyaudio==0.2.14
Requires-Dist: scipy>=1.18.0
Requires-Dist: tinysoundfont>=0.3.7
Description-Content-Type: text/markdown

# TACTUS

A simple Python library for working with audio-to-score synchronization: create an aligment pipeline, synchronize scores with recordings, export the result, implement a custom features extractor...

## License
[MIT](./LICENSE)