Update deepfilternet readme and config

This commit is contained in:
Xin Wang
2026-05-27 16:40:21 +08:00
parent 673a54049a
commit 5328b90e2e
2 changed files with 13 additions and 0 deletions

View File

@@ -60,6 +60,9 @@ Important defaults:
- sample rate: `16000`
- endpoint: `/ws`
Optional input audio filtering can be enabled through `audio_filter`. See
`docs/deepfilternet.md` for the DeepFilterNet real-time filter setup.
Product endpoint:
```text

View File

@@ -11,6 +11,16 @@
"channels": 1,
"frame_ms": 20
},
"audio_filter": {
"enabled": false,
"provider": "deepfilternet",
"lib_path": null,
"model_path": null,
"model_sample_rate_hz": 48000,
"atten_lim_db": 100.0,
"post_filter_beta": 0.0,
"log_level": null
},
"session": {
"inactivity_timeout_sec": 60
},