You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to apply advanced elevenlabs synthesizer options on a "global" level for a whole call via config verb.
Actual:
It is possible to apply the elevenlabs options via say task. synthesizer.options are being used when calling synthAudio
- with this approach, we'd need to define the options on every say task in our flow editor where we generate the say task payload
Goal:
We can send the same synthesizer.options at the beginning of a call via config task and if defined, they will be used for synthAudio. In the case the say task has it's own synthesizer.options, this should overwrite the "config" settings.
The text was updated successfully, but these errors were encountered:
Feature Request
Use Case:
We want to apply advanced elevenlabs synthesizer options on a "global" level for a whole call via config verb.
Actual:
It is possible to apply the elevenlabs options via say task.
synthesizer.options
are being used when callingsynthAudio
- with this approach, we'd need to define the options on every say task in our flow editor where we generate the say task payload
Goal:
We can send the same
synthesizer.options
at the beginning of a call viaconfig
task and if defined, they will be used forsynthAudio
. In the case the say task has it's ownsynthesizer.options
, this should overwrite the "config" settings.The text was updated successfully, but these errors were encountered: