services(stt): allow STT service to passthrough audio

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-17 15:34:14 -07:00
parent 71c8c0dcdb
commit 12eb9437c1
2 changed files with 9 additions and 2 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `audio_passthrough` parameter to `STTService`. If enabled it allows
audio frames to be pushed downstream in case other processors need them.
- Added input parameter options for `PlayHTTTSService` and
`PlayHTHttpTTSService`.