Playing multiple WAV files at once

  • Thread starter Thread starter PBS Productions
  • Start date Start date
P

PBS Productions

Hi,

I'm trying to play multiple sounds at once (or to be correct, don't
disturb already playing sound from other application).

I've been searching the internet to get this working but with no luck.

One library I found was the Hekkus Sound sustem but unfortunately this
library has issues with some WAV format (e.g. 16 bit / Stereo).

Does anyone know if this is possible with OpennetCF or another
library?

Thanks,
Jo.
 
This should help you out
http://www.pocketpcdn.com/articles/multiplewaves.html

You mention that you've taken a look at the opennetcf implementation. I
think that for using and manipulating wave files, that's probably the most
valuable resource to learning how to really take advantage of audio on the
compact framework. If you have some time, i'd definitely recommend looking
through the source (assuming you haven't already) and getting a feel for how
everythign works under the covers.

Geoff Schwab's articles should help to.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/WaveInOut.asp

--
W.G. Ryan MVP Windows - Embedded

www.devbuzz.com
www.knowdotnet.com
http://www.msmvps.com/williamryan/
 
Back
Top