We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您可以在以下位置找到一个非常简单的可播放 MP3 音频文件的 C# 库:
带有 NAudio 的简单 C# 播放器 MP3
该库具有以下功能:
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:
低音音频库是一种选择。
查看 SDL.NET
http://cs-sdl.sourceforge.net/
这是一个图书馆,有播放音乐的方式。
NAudio 是一个开源 .NET 音频库,可以使用计算机上安装的 ACM 编解码器播放 WAV 文件用于减压目的。它还初步支持 MP3 文件播放(与 CBR 配合良好,但与 VBR 配合并不总是那么可靠)。但它还不能支持 WMA 和 OGG。
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.