-3

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.

Makromat
  • 1,540
  • 5
  • 26
  • 47

2 Answers2

1

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.

scully
  • 69
  • 1
  • 1
  • 4
  • Yes sure soundmanager2 and soundjs are working with this tag. But I wanna know some experience or opinions... – Makromat Aug 01 '14 at 10:56
0

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

Hope that helps.

OJay
  • 1,249
  • 7
  • 14