Add flush_audio() to PlayHTTTSService

This commit is contained in:
Mark Backman
2025-03-07 15:26:47 -05:00
parent 615cbe966a
commit 5ae6229c03
2 changed files with 10 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added a `flush_audio()` method to `AzureTTSService` and `FishTTSService`.
- Added a `flush_audio()` method to `AzureTTSService`, `FishTTSService`, and
`PlayHTTTSService`.
- Added `set_language()` and `set_model()` to `AzureSTTService` and
`AssemblySTTService`.