Sound on Pocket PC

  • Thread starter Thread starter Michael Kremser
  • Start date Start date
M

Michael Kremser

Hi NG!

I have two questions regarding sounds:

*) How is it possible to play a wave or mp3 file in a program?
*) Is there an API for playing default sounds like the one that comes if
you display an MsgBox with an exclamation mark? I found
Microsoft.VisualBasic.Interaction.Beep(), but is there anything else?

Thanks in advance!

Michael

--
How to contact me
~~~~~~~~~~~~~~~~~
directly via mail: remove the "NOTUSEABLE" and the point after it and
reverse the characters
via my portal: go to
http://great.dynu.com/tools/contact.4s?lang=de&ref=usenet
 
Check out the SDF available at http://www.opennetcf.org/library/ Audio
library for playing .wavs. You can use the Process library to start your
media player software for playing mp3s.

HTH,

Bill

Michael Kremser said:
Hi NG!

I have two questions regarding sounds:

*) How is it possible to play a wave or mp3 file in a program?
*) Is there an API for playing default sounds like the one that comes if
you display an MsgBox with an exclamation mark? I found
Microsoft.VisualBasic.Interaction.Beep(), but is there anything else?

Thanks in advance!

Michael

--
How to contact me
~~~~~~~~~~~~~~~~~
directly via mail: remove the "NOTUSEABLE" and the point after it and
reverse the characters
via my portal: go to
http://great.dynu.com/tools/contact.4s?lang=de&ref=usenet


--

W.G. Ryan, eMVP

http://forums.devbuzz.com/
http://www.knowdotnet.com/williamryan.html
http://www.msmvps.com/WilliamRyan/
http://www.devbuzz.com/content/zinc_personal_media_center_pg1.asp
 
William said:
Check out the SDF available at http://www.opennetcf.org/library/ Audio
library for playing .wavs. You can use the Process library to start your
media player software for playing mp3s.

HTH,

Bill

That's what I was searching for:

http://www.opennetcf.org/SourceBrow...etPub/wwwroot/Source/OpenNETCF/Win32/Sound.cs

Thanks for that great hint!

Best regards,

Michael

--
How to contact me
~~~~~~~~~~~~~~~~~
directly via mail: remove the "NOTUSEABLE" and the point after it and
reverse the characters
via my portal: go to
http://great.dynu.com/tools/contact.4s?lang=de&ref=usenet
 
Back
Top