Playing multiple mp3's simultaneously

  • Thread starter Thread starter chrizl
  • Start date Start date
C

chrizl

Hi,
I want my application to play 1-3 mp3's simultaneously in my
application. Is there a way to achieve this? Maybe with the OpenNETCF
library?
Thanks,
Chriz
 
OpenNETCF definitely can't do it. You'll need an MP3 decoder library,
decode the data to a buffer that you mix either before playing or during
playback.

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
 
Back
Top