FishAudioTTSService: Add normalize as InputParam, model_id as arg

This commit is contained in:
Mark Backman
2025-07-03 13:14:15 -07:00
parent 251ea756c8
commit ec09505f6b
2 changed files with 25 additions and 3 deletions

View File

@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `normalize` and `model_id` to `FishAudioTTSService`.
- Added `run_llm` field to `LLMMessagesAppendFrame` and `LLMMessagesUpdateFrame`
frames. If true, a context frame will be pushed triggering the LLM to respond.
@@ -85,9 +87,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### 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.
- In `FishAudioTTSService`, 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