Looking for a simple MP3 library for C# [closed]

[亡魂溺海] 提交于 2019-12-04 15:31:42

Bass Audio Library is one option.

Check out SDL.NET http://cs-sdl.sourceforge.net/ It's a library and has ways to play music.

NAudio is an open source .NET audio library that can play back WAV files, using ACM codecs installed on your computer for decompression purposes. It also has preliminary support for MP3 file playback (works good with CBR, not always so reliably with VBR). It can't do WMA and OGG yet though.

Luca Farias

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
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!