gpt4 book ai didi

c# - 我如何使用 c# 播放 mp3 ...没有第三个 dll

转载 作者:行者123 更新时间:2023-11-30 22:48:48 27 4
gpt4 key购买 nike

/想在我的应用中放一个音乐彩蛋

下面的 SoundPlayer 代码似乎只喜欢 mp3 :-(

       Stream stream = new MemoryStream(Properties.Resources.MyMp3, false);
using (SoundPlayer player = new SoundPlayer(stream))
{
player.PlaySync();
}

谢谢

最佳答案

您可以使用 Windows 多媒体 API。

查看此 page .

关于c# - 我如何使用 c# 播放 mp3 ...没有第三个 dll,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1483688/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com