Add delay_in_frames and language support

This commit is contained in:
Mark Backman
2026-01-29 10:59:04 -05:00
parent 6ab12626d6
commit 31c7fbc5ba
4 changed files with 92 additions and 7 deletions

View File

@@ -1 +1,3 @@
- `GradiumSTTService` now flushes pending transcriptions when VAD detects the user stopped speaking, improving response latency.
- Updates to `GradiumSTTService`:
- Now flushes pending transcriptions when VAD detects the user stopped speaking, improving response latency.
- `GradiumSTTService` now supports `InputParams` for configuring `language` and `delay_in_frames` settings.