OpenAL:如何创建简单的“麦克风回声”程序?
所以我想知道从默认麦克风读取数据并输出到默认扬声器的最短(就有效线路而言)开放 AL 代码是什么?
我正在 Visual Studio 2008 下的 Windows 7 上进行开发
So I wonder what would be shortest (in terms of effective lines) open AL code for reading data from default microphone and outputting on to default loudspeakers?
I am developing on windows 7 under Visual Studio 2008
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个古老的问题,但这里有一个答案。如果我们真的追求简洁,它肯定可以被修剪,但这比 100 行有效行少一点:
An ancient question, but here's an answer. It could definitely be trimmed if we were really going for conciseness, but this is a little bit less than 100 effective lines: