在 DJGPP 下从麦克风录制到 .wav(或其他)
我希望使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
您看过 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