flask-assistant icon indicating copy to clipboard operation
flask-assistant copied to clipboard

SSML break element not working

Open codeofdusk opened this issue 4 years ago • 0 comments

The following should produce a pause between test and message, but no pause occurs:

return tell("Test <break/> message", is_ssml=True)

codeofdusk avatar Apr 27 '21 16:04 codeofdusk