• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

App Inventor SoundPool sequence a phrase using small sound files

Mark J

Lurker
Hi there!

Working on an app where I want to build phrases based off the time.

I want it to basically go like:
<when button is pressed - snapshot the current time, then using that time, sequence appropriate sound files as followed>
<"<The time is now.wav> <hourNumber.wav> <minuteNumber.wav> <AM.wav/<PM.wav>">

I would prefer to use soundPool since it's generally more optimized for this sort of thing, based off my limited research. As of now, every method I've tried uses the last sound file mentioned, and skips everything listed before.

Thanks!
 
Back
Top Bottom