Question

I want implement to my web-app sound notifications with volume control and selection of sounds. So when user will receive example message then webapp execute selected sound with currently set volume level.

Requirements:

  • No jQuery dependency
  • Lightweigt as possible
  • Compatible with all mobile browsers

I have found some javascripts:

I have not any experience with those scripts so I wanna ask if is there any better solution or which mentioned script is better? Thanks for any opinion.

Was it helpful?

Solution

SoundJS is the best and works everywhere, but I'm biased because I work on it.

Hope that helps.

OTHER TIPS

You can look at the html5 Audio tag.

You are going to find it difficult to find one solution that will work on ALL browsers.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top