Linux 开发人员有哪些学习 OpenAL Effects Extension (EFX) 的资源?
Linux 开发人员有哪些学习 OpenAL Effects Extension (EFX) 的资源? Creative 的网站和谷歌似乎没有提供太多文档或教程。任何指向参考的指针都非常感谢。
What are some resources for Linux developers learning OpenAL Effects Extension (EFX)? Creative's site and google did not seem to offer much in the way of documentation or tutorials. Any pointers to references are greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我所知道的唯一好的来源是“效果扩展指南”,它以 PDF 形式与 SDK 一起提供(互联网上没有可用的官方文档,否则,许多尝试寻找东西的尝试都是徒劳的) ,您也无法单独下载效果扩展指南,它只能与 SDK 一起使用)。
该 SDK 还附带了一些关于如何查询和初始化 EFX 的稍微有用的 EFX 示例,以及一个混响示例(它在我的计算机上需要 OpenAL Soft,因为它无法与 Creative 实现一起正常运行)。
虽然相当详细,但不幸的是(至少部分)《效果扩展指南》的编写方式对于非音频工程师的人来说并不能立即全面。
除此之外,还有大约六篇硕士论文(有些是德语),其中包含很多废话,但并没有告诉你太多,并且网上有一些非常基本的用法示例,例如 这个。
遗憾的是,您可能会从《效果扩展指南》中找到其中的大部分内容。
The only kind of good source that I know is the "Effects Extension Guide" which comes as a PDF with the SDK (no official documentation is available on the internet otherwise, many attempts to find something have been futile, you also cannot download the Effects Extension Guide separately, it's only available with the SDK).
The SDK also comes with some mildly helpful EFX examples about how to query and initialize EFX, and a reverb example (which cynically needs OpenAL Soft on my computer, since it doesn't run properly with the Creative implementation).
While rather detailled, the Effects Extension Guide is unluckily (at least partly) written in a way that is not immediately comprehensive for someone not being an audio engineer.
Other than that, there exist about half a dozen master thesis papers (some in German) which contain a lot of blah blah but don't tell you much, and there are a few very basic usage examples on the net, such as this one.
Most of it, you'll sadly have figure yourself from the Effects Extension Guide.