Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近发现wav使用 Win32 APIPlaySound()函数播放文件是多么容易。
wav
PlaySound()
我目前正在我的游戏中为我的背景音乐实现它。我还计划在每次我的分数增加一时使用它。不幸的是,当我这样做时,它会播放乐谱,然后停止背景音乐。
有没有办法让两个wav文件同时播放?
您可以使用SND_NOSTOP标志来实现这一点。但是,如果您正在编写游戏,最好使用 DirectX 技术来获得声音。
SND_NOSTOP