0

I have app in which I used soundmanager with 26 sounds. It works fine in simulator but when I tried it in my Samsung Galaxy it played twice some of the sounds.

Does soundmanager have a limit?

halfer
  • 19,824
  • 17
  • 99
  • 186
chikka.anddev
  • 9,569
  • 7
  • 38
  • 46

1 Answers1

0

I think SoundManager has a limit on the number of different sounds it can handle, and maybe some file types are not supported. Instead, I used MediaPlayer and it works without any problems.

Katy Montgomerie
  • 436
  • 4
  • 11
chikka.anddev
  • 9,569
  • 7
  • 38
  • 46