first commit

This commit is contained in:
2026-05-19 16:46:58 +08:00
commit 67cb49addc
7 changed files with 1120 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "music2tap"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"librosa>=0.10",
"numpy>=1.26",
"soundfile>=0.12",
"audioread>=3.0",
]