C++ 中的音频录制

发布于 2024-09-04 12:39:59 字数 108 浏览 4 评论 0原文

我想知道,在 C++ 中进行音频录制/播放/查找的一个好的跨平台实用程序是什么?我正在考虑走ALUT(OpenAL)的路线,但是有更好的方法吗?如果没有,你们知道 ALUT 有什么好的教程/示例代码吗?

I was wondering, what was a good cross-platform utility for doing audio recording/ playback/ seeking in C++? I was thinking going the route of ALUT (OpenAL), but is there a better way? If not, do you guys know of any good tutorials/sample code for ALUT?

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

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

发布评论

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

评论(2

最偏执的依靠 2024-09-11 12:39:59

SFMLSDL 支持播放多种不同的声音格式并且是跨平台的。它们都没有为您提供录制音频的方法。然后还有 PortAudio ,它看起来很活跃,但我根本没有使用它的经验。

SFML and SDL have support for playing many different sound formats and are cross plattform. Neither of them provides you with means for recording audio. Then there is PortAudio which looks pretty active but I do have no experience with it at all.

挖鼻大婶 2024-09-11 12:39:59

Qt实际上从4.6版本开始就有了一些音频功能。

我自己没有尝试输入,但是如果您在 Qt-Documentation< 中向下滚动一点/a>
有一个基本的例子。

对于输入,您可以使用 Qt 进行更高的工作。这是一个示例

Qt actually has some audio functions since version 4.6.

Didn't try the input for myself, but if you scroll down a bit in the Qt-Documentation
there is a basic example.

For Input you can work a layer higher with Qt. Here is an example.

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