PDA

View Full Version : With which component can I play a MP3 in C# ?


sheepj
09-05-2006, 04:22 PM
Dear all,
I am currently developing an app in WM5 for playing MP3/Wav.
But I seem not to be able to find any component in C# in VS2005 which can be used to play MP3/Wav.

Does anybody give me a help or hint ?
Thank you so much.

Charlie Mouse
10-05-2006, 10:44 AM
I've been looking for the same thing and this is the only thing I have come across:

http://www.fmod.org/

You'll need to reed the forum and download the C# wrapper.

I think there might be a wrapper somewhere to allow you to use the Media Player API in WM5 devices but don't quote me on that...

JonTheNiceGuy
24-05-2006, 03:45 PM
http://community.voxeo.com/library/audio/prompts/numbers/index.jsp

I don't know if it will help or not, as I'm still struggling with it.

Jon

x-X-x
24-05-2006, 05:44 PM
Dear all,
I am currently developing an app in WM5 for playing MP3/Wav.
But I seem not to be able to find any component in C# in VS2005 which can be used to play MP3/Wav.

Does anybody give me a help or hint ?
Thank you so much.
Do you need it for CF or usual .NET?