
September 23rd, 2012, 12:31 PM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 2
Time spent in forums: 24 m 24 sec
Reputation Power: 0
|
|
|
Sequenced Sounds
Hello,
My name is Jerry Kaidor. I recently got a shiny new LG Optimus Slider, and am eager to write a few things for it. I am handicapped by the facts that
1. I know nothing about Android
2. I do not know Java.
HOWEVER, I do have over 20 years of experience in embedded C development, and have recently written maybe 50,000 lines of object-oriented Perl. I am also a longtime Linux user ( since kernel version 0.94.... AND, the eclipse IDE is very helpful  .
So - moving on to today's question. I am writing an app that needs to make some sounds. These sounds need to be sequenced. That is, I would like the device to play sound #1 until it is done, then play #2 till it is done, then play #3. Etc.
I am trying to use the SoundPool class to do this, but it insists on trying to play my sounds all at once. Or dropping the sound it's playing for the new sound.
Anybody have a clue for me? Thanks in advance,
- Jerry Kaidor
|