Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
earboxer opened this issue May 18, 2018 · 0 comments
Open

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

earboxer opened this issue May 18, 2018 · 0 comments

Comments

@earboxer
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant