Hal,
The specifics of what I found with this latest test program, is this:
(1) the sound buttons which have initial sound components and wav file setting in the Designer section play no problem.
(2) the additional sounds must be touched a second time each to overcome a 703 error, but the interesting thing is *after that* they all play just fine.
In other words, after you play each of the sets of sounds, the error stops occuring, and they all play fine.
Regarding the possibility these wav files are unsupported, the Andoid supported media formats says it supports PCM Wav, and these are indeed PCM Wav files.
Here is an example output from mplayer tool on Linux:
==========================================================================
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: 22050 Hz, 1 ch, u8, 176.4 kbit/100.00% (ratio: 22050->22050)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==========================================================================
AO: [pulse] 22050Hz 1ch u8 (1 bytes per sample)
My question is then, the Android support site says it supports 8, 16 and 44 KHz but says nothing about 22 KHz, so why would this not be supported?
Again, after you hit the buttons for the sounds at least once, the 703 errors go away, and you can play them all without error after that.
I think the above represents something of interest?
Please advise,
Thank you.
PS: I can of course convert the 22KHz to 16 for example, or even to MP3, but I do find it interesting what I said above about the 703 error going away, and playing ok.