前端: 抽公共层(dsp/common.py 共享内存协议)+ 32段EQ/总音量 DSP(dsp/eq.py, scipy sosfilt) + 本地控制面板(web/, 滑块+滚轮捕捉); 安装脚本接 30-collaplex-eq; pyright strict 0 error
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user