在 DJGPP 下从麦克风录制到 .wav(或其他)

发布于 2024-11-10 05:34:03 字数 125 浏览 3 评论 0原文

我希望使用 DJGPP 在 DOS 下以编程方式从麦克风录制多个声音文件。

到目前为止,我的研究已经指向 OpenAL,但我找不到任何明确的信息表明这是最好的方法。我想知道这里是否有人以前做过这个并且可以节省我一些时间?

I'm hoping to programmatically record several sound files from a microphone under DOS using DJGPP.

So far my research has pointed to OpenAL, but I can't find anything definite that that's the best way to go. I'm wondering if anyone here's done this before and can save me some time?

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

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

发布评论

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

评论(2

土豪我们做朋友吧 2024-11-17 05:34:03

DOS 上没有 OpenAL 实现。为什么要在DOS下进行呢?不管怎样,寻找原始的 SoundBlaster API。

There is no OpenAL implementation for DOS. Why do you want to do it under DOS? Anyway, look for original SoundBlaster API.

海未深 2024-11-17 05:34:03

您看过 allegro 吗?它有一些录音功能:http://alleg.sourceforge.net/latestdocs/en/ alleg029.html 并且它正在与 DJGPP 一起使用

did you take a look to allegro ? It has some sound recording features : http://alleg.sourceforge.net/latestdocs/en/alleg029.html and it is working with DJGPP

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