The <audio type="tts"> tag creates an audio layer that is rendered using Amazon's Polly Text-to-Speech service.
<movie width="640" height="360" framerate="30000/1001">
<scene duration="audio">
<audio type="tts" voice="Salli">
Hello Impossible Software!
</audio>
</scene>
</movie>
<movie width="640" height="360" framerate="30000/1001">
<scene duration="audio">
<audio type="tts" voice="Joanna">
<speak>This is a demo. The following words are
<prosody volume="x-loud">
quite a bit louder than the rest of this passage.
</prosody>
<prosody rate="x-slow">
This text is spoken very slowly.
</prosody>
<prosody pitch="+15%">
This is spoken with a higher pitch,
</prosody> or
<prosody pitch="-10%">
is a lower pitch better?</prosody></speak>
</audio>
</scene>
</movie>
<audio
type="tts"
voice="name of Polly voice"
duration="time | variable"
offset="time"
volume="number"
condition="variable"
>
TEXT TO SPEAK | variable | resource | <speak>SSML</speak>
</audio>
Terms of Use | © 2017, Impossible Software, or its affiliates.