implement noise reduction based on DeepFilterNet3

This commit is contained in:
fkwp
2026-03-26 14:25:07 +01:00
parent c703adb14d
commit b6cc810db2
7 changed files with 367 additions and 1 deletions

View File

@@ -145,5 +145,8 @@
"qs": "^6.14.1",
"js-yaml": "^4.1.1"
},
"packageManager": "yarn@4.7.0"
"packageManager": "yarn@4.7.0",
"dependencies": {
"deepfilternet3-noise-filter": "^1.2.1"
}
}