Skip to content
This repository has been archived by the owner on Dec 11, 2017. It is now read-only.

Latest commit

 

History

History
43 lines (31 loc) · 2.26 KB

README.md

File metadata and controls

43 lines (31 loc) · 2.26 KB

status: inactive

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

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.