如何在 c++ 中播放 .WAV 声音

发布于 2025-01-07 18:49:27 字数 106 浏览 2 评论 0原文

如何在简单的 C++ 控制台应用程序中播放 .WAV 声音?我在 windows xp 上使用代码块。我需要最简单有效的方法。提前致谢:D 顺便说一句:我可以同时播放两种声音吗?比如背景音乐和音效?

How can I play a .WAV sound in a simple c++ console aplication? I am using code blocks on windows xp.I need the most simple and efficient way.Thanks in advance :D
Btw:CAn i play 2 sounds at the same time?Like background music and sound effects?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

━╋う一瞬間旳綻放 2025-01-14 18:49:27

您可以将简单直接媒体层 (SDL) 库与 SDL_Mixer 库一起使用。 http://content.gpwiki.org/index.php/SDL_mixer:教程:Playing_a_WAV_Sound_File
这是一个很棒的教程:http://lazyfoo.net/SDL_tutorials/lesson11/index.php

You could use the Simple Direct Media Layer (SDL) library along with SDL_Mixer library. http://content.gpwiki.org/index.php/SDL_mixer:Tutorials:Playing_a_WAV_Sound_File
Here's an excellent tutorial: http://lazyfoo.net/SDL_tutorials/lesson11/index.php

醉城メ夜风 2025-01-14 18:49:27

您可以使用 AudiereMikmod 如果您在播放音乐或此类声音后。如果您追求更多面向游戏或实时行为,您可能会更好地使用 SDL,它提供回调

You could use Audiere or Mikmod if you are after playing music or such sounds. If you are after more game oriented, or realtime behavior, you might be better off with SDL, which offers callbacks.

滴情不沾 2025-01-14 18:49:27

您可以只使用 PlaySound API - 您表明您有一个 .WAV 文件,而 PlaySound 是为播放 .Wav 文件量身定制的。

You could just use the PlaySound API - you indicated that you have a .WAV file, and PlaySound is tailor made for playing .Wav files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文