Hi all,

I am investigating putting Text To Speak functionality into a site I am 
developing.I have found a free site to do the conversion 
(e.g. http://speechutil.com/convert/wav?text=some+text)that streams the 
result back, and it is all working fine APART from on iOS devices - I am 
passing in the URL to the audio object via addSource. 

>From doing some research it seems that audio support on mobile, 
specifically iOS (Chrome and Safari), is quite patchy, but my approach is 
working on Android devices. From what I can see, when on iOS, the browser 
just doesn't appear to try and fetch the stream/submit the http request as 
the onReadyState never changes.

So, I was just wondering if there are any known workarounds for this, or do 
I just need to accept that audio support on iOS is broken?

Cheers

Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to