This project is no longer actively developed or maintained.
Library providing easy to use cross-platform browser sound capabilities to Google Web Toolkit (GWT) projects.
-
Automatic selection of HTML5 audio, native browser audio and Flash (if installed)
-
Straightforward API:
SoundController soundController = new SoundController(); Sound sound = soundController.createSound(Sound.MIME_TYPE_AUDIO_MPEG, "http(s)/url/to/your/sound/file.mp3"); sound.play();
If you have questions, please post them on http://groups.google.com/group/gwt-voices and I (or someone else) will try to answer them as best as possible. Using the forum means that others can benefit from any answers and feedback you get. It is always the fastest way to get an answer to a new question.
I'd like to know if you're using gwt-voices on your project, and how useful (or not) this library is to you. You can send me an email at [email protected].
Read the wiki here: https://github.com/fredsa/gwt-voices/wiki/GettingStarted
-
Play Hornet Blast or watch it on YouTube.
-
Try the sound demo:
-
Try Chris Fong's demo: http://www.gwtsite.com/gwt-voices-demo/
Please let me know what you think. Suggestions are always welcome.
Project | Description |
---|---|
gwt-dnd | Provides drag and drop support for your GWT applications. |
gwt-log | Provides logging support for your GWT applications. |