I've successfully been able to play sounds on the IPad, as well as
most desktop browsers such as chrome, safari, firefox etc. However,
when I try to play sounds in Android browsers, I hear nothing. I'm
using the latest version of the gwt-voices 2.1.4, and I'm attempting
to play mp3s. I'm using the following code:
Sound sound = soundController.createSound(Sound.MIME_TYPE_AUDIO_BASIC,
"sounds/piano.mp3");
I have to use the MIME_TYPE_AUDIO_BASIC type to hear any sound at all,
on any platforms.
Is there any way to be able to play sounds on Android?
Thanks a lot,
Eflite.
First of all, thanks for a great project, which provides really useful
functionality.
I've successfully been able to play sounds on the IPad, as well as
most desktop browsers such as chrome, safari, firefox etc. However,
when I try to play sounds in Android browsers, I hear nothing. I'm
using the latest version of the gwt-voices 2.1.4, and I'm attempting
to play mp3s. I'm using the following code:
Sound sound = soundController.createSound(Sound.MIME_TYPE_AUDIO_BASIC,
"sounds/piano.mp3");
I have to use the MIME_TYPE_AUDIO_BASIC type to hear any sound at all,
on any platforms.
Is there any way to be able to play sounds on Android?
Thanks a lot,
Eflite.
--
You received this message because you are subscribed to the Google Groups "gwt-voices" group.
To post to this group, send email to gwt-v...@googlegroups.com.
To unsubscribe from this group, send email to gwt-voices+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gwt-voices?hl=en.