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
I tried to use SSML when having my texts spoken by Amazon Polly.
Unfortunately, it does not work. See the example below - I tried both with and without .
Does anybody have an idea?
Thanks.
slides<- system.file("test", c("mab2.png", "mab1.png"),
package="ari")
sentences<- c("Welcome to my very <s> interesting lecture.",
"<speak>Here are some fantastic <s> equations I came up with.</speak>")
ari_spin(slides, sentences, voice="Brian", output="Videos/slides_test_test.mp4")
The text was updated successfully, but these errors were encountered:
I tried to use SSML when having my texts spoken by Amazon Polly.
Unfortunately, it does not work. See the example below - I tried both with and without .
Does anybody have an idea?
Thanks.
The text was updated successfully, but these errors were encountered: