Add flush_audio() to LMNTTTSService

This commit is contained in:
Mark Backman
2025-03-07 15:42:31 -05:00
parent 373ffc48b6
commit 10e31958fd
2 changed files with 7 additions and 2 deletions

View File

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