Add changelog for #4293
This commit is contained in:
1
changelog/4293.added.2.md
Normal file
1
changelog/4293.added.2.md
Normal file
@@ -0,0 +1 @@
|
||||
- Added `pcm_32000` and `pcm_48000` sample rate support to ElevenLabs TTS services.
|
||||
1
changelog/4293.added.md
Normal file
1
changelog/4293.added.md
Normal file
@@ -0,0 +1 @@
|
||||
- Added `enable_logging` parameter to `ElevenLabsHttpTTSService`. Set to `False` to enable zero retention mode (enterprise only).
|
||||
1
changelog/4293.fixed.md
Normal file
1
changelog/4293.fixed.md
Normal file
@@ -0,0 +1 @@
|
||||
- Fixed `ElevenLabsTTSService` ignoring `enable_logging=False` and `enable_ssml_parsing=False`. The truthy check treated `False` the same as `None` (both skipped), and Python's `str(False)` produced `"False"` instead of the lowercase `"false"` expected by the API.
|
||||
Reference in New Issue
Block a user