mimic1 icon indicating copy to clipboard operation
mimic1 copied to clipboard

SSML: Support for variable timed breaks (mid-sentence pauses)

Open earboxer opened this issue 7 years ago • 0 comments

There is no way to manually specify a longer pause in SSML.

Hello -- friend.
Hello, friend.
Hello. friend.
Hello -- -- friend.
Hello <break/> friend.
Hello <break/><break/><break/> friend.
Hello <break size='1000'/> friend.
Hello <break time='1s'/> friend.

all pause for the same amount of time.

Mimic appears to be able to handle a "size" attribute on SSML <break> tags, but it doesn't seem to work.

It would be nice to support the time attribute as defined by the SSML spec

earboxer avatar May 18 '18 01:05 earboxer