Simplify client modes and add VAD retention policy
Some checks failed
Build and Push EVS Bridge Image / docker (push) Has been cancelled
Some checks failed
Build and Push EVS Bridge Image / docker (push) Has been cancelled
This commit is contained in:
@@ -96,7 +96,8 @@ You can build automations on these events (for STT/TTS pipelines or Node-RED han
|
||||
- `VAD_POSTROLL_MS=1000` keeps 1s after speech end
|
||||
- `VAD_START_THRESHOLD` / `VAD_STOP_THRESHOLD` tune sensitivity
|
||||
- `VAD_DIR` stores per-utterance WAV files
|
||||
- `VAD_KEEP_FILES` limits stored VAD WAV files
|
||||
- `VAD_KEEP_FILES=200` limits number of stored VAD WAV files
|
||||
- `VAD_MAX_AGE_DAYS=7` deletes VAD WAV files older than 7 days
|
||||
- MQTT is recommended for control/events, WebSocket for streaming audio
|
||||
|
||||
## 7) Build and push to Gitea registry
|
||||
@@ -148,7 +149,8 @@ services:
|
||||
WAV_KEEP_FILES: "10"
|
||||
VAD_ENABLED: "true"
|
||||
VAD_DIR: "/data/vad"
|
||||
VAD_KEEP_FILES: "100"
|
||||
VAD_KEEP_FILES: "200"
|
||||
VAD_MAX_AGE_DAYS: "7"
|
||||
VAD_PREROLL_MS: "1000"
|
||||
VAD_POSTROLL_MS: "1000"
|
||||
VAD_START_THRESHOLD: "900"
|
||||
|
||||
Reference in New Issue
Block a user