What's the best way of playing media files (esp. audio) with Mono/C#?
Posted
by supercheetah
on Stack Overflow
See other posts from Stack Overflow
or by supercheetah
Published on 2010-04-19T01:20:50Z
Indexed on
2010/04/19
1:23 UTC
Read the original article
Hit count: 287
I'm trying to create something that will be playing some sound and music for some things in Mono+C#, but I'm not sure what the best thing will be for that.
I'm trying to make it usable with things like Ogg Vorbis, MP3s, and wave files.
My primary platform will be Linux, although a cross platform solution would be nice.
Anyone have any suggestions for libraries for playing audio files?
© Stack Overflow or respective owner