This project is no longer actively developed or maintained.
Summary
Library providing easy to use cross-platform browser sound capabilities to Google Web Toolkit (GWT) projects.
Features
-
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();
Questions?
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.
Is your project using gwt-voices?
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 fredsa@gmail.com.
Getting started with your own gwt-voices project
Read the wiki here: https://github.com/fredsa/gwt-voices/wiki/GettingStarted
Working examples
-
Play Hornet Blast or watch it on YouTube.
-
Try the sound demo:
-
Try Chris Fong's demo: http://www.gwtsite.com/gwt-voices-demo/
Feedback
Please let me know what you think. Suggestions are always welcome.
Other GWT projects by the same author
Project | Description |
---|---|
gwt-dnd | Provides drag and drop support for your GWT applications. |
gwt-log | Provides logging support for your GWT applications. |