How to embed mp3 into .exe file & Play it?
Posted
by afriza
on Stack Overflow
See other posts from Stack Overflow
or by afriza
Published on 2010-04-07T10:41:28Z
Indexed on
2010/04/07
10:43 UTC
Read the original article
Hit count: 309
I am used to embed WAV into .exe and Play it using PlaySound(). However, using this method causes the .exe to become pretty big.
Is it possible to do the same with MP3 files and how to do it?
I have taken a look at DirectShow but it seems to be able to play from files only?
I am developing for Windows Mobile 6 Series
© Stack Overflow or respective owner