FishTTSService: deprecate model, add reference_id

This commit is contained in:
Mark Backman
2025-07-03 12:56:24 -07:00
parent 8f6544efe2
commit 251ea756c8
2 changed files with 39 additions and 18 deletions

View File

@@ -61,8 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `session_token` parameter to `AWSNovaSonicLLMService`.
- Added Gemini Multimodal Live File API for uploading, fetching, listing, and
deleting files. See `26f-gemini-multimodal-live-files-api.py` for example usage.
- Added Gemini Multimodal Live File API for uploading, fetching, listing, and
deleting files. See `26f-gemini-multimodal-live-files-api.py` for example usage.
### Changed
@@ -75,7 +75,7 @@ deleting files. See `26f-gemini-multimodal-live-files-api.py` for example usage.
### Fixed
- Fixed an issue where audio would get stuck in the queue when an interrupt occurs
- Fixed an issue where audio would get stuck in the queue when an interrupt occurs
during Azure TTS synthesis.
- Fixed a race condition that occurs in Python 3.10+ where the task could miss
@@ -83,6 +83,12 @@ deleting files. See `26f-gemini-multimodal-live-files-api.py` for example usage.
- Fixed a `AWSNovaSonicLLMService` issue introduced in 0.0.72.
### Deprecated
- In `FishTTSService`, deprecated `model` and replaced with `reference_id`.
This change is to better align with Fish Audio's variable naming and to
reduce confusion about what functionality the variable controls.
## [0.0.73] - 2025-06-26
### Fixed