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
As an application developer and a plugin user, I'd like to have the ability to send in SSML properties, in order to customize the voice in both Android and iOS.
Acceptance Criteria
When calling the Cordova plugin for text to speech, provide an option for sending the variables used in creating the SSML xml string.
The voice should match the variables given when speaking.
Would be great to be able to leverage the SSML that is generated in the Speech Studio that when pasted in a "config" file we could parse the settings to send as part of the request.
For example...the below request is the en-UK voice Susan at a 90% rate of speed.
<!--ID=B7267351-473F-409D-9765-754A8EBCDE05;Version=1|{"VoiceNameToIdMapItems":[{"Id":"19f92376-8739-42f4-bdc4-b913b685474a","Name":"Microsoft Server Speech Text to Speech Voice (en-GB, Susan, Apollo)","VoiceType":"StandardVoice"}]}-->
<speakxmlns="http://www.w3.org/2001/10/synthesis"xmlns:mstts="http://www.w3.org/2001/mstts"xmlns:emo="http://www.w3.org/2009/10/emotionml"version="1.0"xml:lang="en-GB"><voicename="Microsoft Server Speech Text to Speech Voice (en-GB, Susan, Apollo)"><prosodyrate="-10.00%">Something to be said</prosody></voice></speak>
Description
As an application developer and a plugin user, I'd like to have the ability to send in SSML properties, in order to customize the voice in both Android and iOS.
Acceptance Criteria
Resources
Speech Synthesis Markup Language (SSML)
The text was updated successfully, but these errors were encountered: