I was able to work around it by modifying the "play" method in the CSoundPlayer.m source file (Classes/Application/CSoundPlayer.m), where it checks for the same sound playing and stops it. I...
Type: Posts; User: MalcolmsMama; Keyword(s):
I was able to work around it by modifying the "play" method in the CSoundPlayer.m source file (Classes/Application/CSoundPlayer.m), where it checks for the same sound playing and stops it. I...
I have a "happy baby" app that allows the child to keep pressing the same sound over and over to produce overlapping clapping or cows or whatever. This works fine on Android, but when I try it with...