Maybe yes, maybe no, but 音量响度 should let to go

This commit is contained in:
2026-07-20 20:27:29 +08:00
parent 813ffab782
commit 2804760c03
5 changed files with 1682 additions and 192 deletions
+10
View File
@@ -59,6 +59,13 @@
"sounddevice",
"librosa",
]
preview-advanced = [
"numpy < 3.0",
"soundfile",
"sounddevice",
"librosa",
"pyloudnorm",
]
full = [
"mido >= 1.3, < 2.0",
"numpy < 3.0",
@@ -67,6 +74,7 @@
"soundfile",
"sounddevice",
"librosa",
"pyloudnorm",
]
dev = [
"mido >= 1.3, < 2.0",
@@ -76,6 +84,8 @@
"soundfile",
"sounddevice",
"librosa",
"pyloudnorm",
"matplotlib",
"dill",
"rich",
"pyinstaller",