services: fixed DailyTransport output camera and audio

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-14 19:05:30 -07:00
parent 0b01eb5a11
commit 754c1c6775
2 changed files with 11 additions and 16 deletions

View File

@@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue with `DailyInputTransport` and `DailyOutputTransport` that
could cause some threads to not start properly.
- Fixed `STTService`. Add `max_silence_secs` and `max_buffer_secs` to handle
better what's being passed to the STT service. Also add exponential smoothing
to the RMS.