utils: don't consider colon an end of sentence

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-14 15:44:13 -08:00
parent 633a4d4c58
commit f6912c0f9a
3 changed files with 4 additions and 4 deletions

View File

@@ -56,6 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- We don't consider a colon `:` and end of sentence any more.
- Updated `DailyTransport` to respect the `audio_in_stream_on_start` field,
ensuring it only starts receiving the audio input if it is enabled.