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
{{ message }}
This repository was archived by the owner on Jul 8, 2021. It is now read-only.
I noticed that the #synthesize method does not allow passing additional parameters, so as I understand it, there is no way to pass SSML to this method.
I was thinking, maybe provide one or both of these options:
If the text argument is detected as SSML (e.g., if it starts with <speak>), then automatically set text_type: 'ssml' when calling #synthesize_speech
Instead of (or better, in addition to) the above, maybe add optional opts={} argument to the method, and merge these options when calling #synthesize_speech
Thoughts?
Would you accept a pull request for this, and maybe for #1 as well?