Looking for a simple MP3 library for C#

Mg D picture Mg D · Dec 16, 2011 · Viewed 8.6k times · Source

I'm writing a larger project and a part of the project is playing MP3 files. Nothing fancy, just playing files from a playlist, start/stop, next/previous (can be done outside the library), fast forward/rewind. I'm looking for a (free) library, or any other method of doing that. Relying on an external player is not an option.

Answer

Luca Farias picture Luca Farias · Oct 21, 2012

You can find a very simple C# library that plays MP3 audio files at:

A Simple C# Player MP3 with NAudio

The library have the following functionality:

  • Full control over the implementation of the audio file (load, play, stop and pause)
  • Volume control audio level and balance of sound.
  • Indication of the execution time