Add flush_audio to FishTTSService

This commit is contained in:
Mark Backman
2025-03-07 15:50:48 -05:00
parent 468e936a5f
commit e6f269a903
2 changed files with 10 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added support for Chirp voices in `GoogleTTSService`.
- Added a `flush_audio()` method to `FishTTSService`.
- Added `on_user_turn_audio_data` and `on_bot_turn_audio_data` to
`AudioBufferProcessor`. This gives the ability to grab the audio of only that
turn for both the user and the bot.