前端: 抽公共层(dsp/common.py 共享内存协议)+ 32段EQ/总音量 DSP(dsp/eq.py, scipy sosfilt) + 本地控制面板(web/, 滑块+滚轮捕捉); 安装脚本接 30-collaplex-eq; pyright strict 0 error

This commit is contained in:
lou
2026-09-19 18:34:56 +08:00
parent f32c2cad24
commit 5a4b11092c
11 changed files with 701 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"include": ["dsp", "web"],
"exclude": ["dsp/loudness_norm.py", "dsp/状态.py"],
"extraPaths": ["dsp"],
"venvPath": ".",
"venv": ".venv",
"typeCheckingMode": "strict",
"pythonVersion": "3.11",
"reportMissingTypeStubs": false,
"reportUnknownMemberType": false,
"reportUnknownArgumentType": false,
"reportUnknownVariableType": false
}