在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

How to capture audio buffer in Linux platorm?

0 投票
We want to capture audio in real time, so we have to use the effect plugin. We have meet three difficulties: First, do we need to develop our own effect plugin to capture audio buffer, or do we have a developed effect plugin available? Second, We try to develop the effect plug-in on the Windows platform to capture audio buffer according to the guide (https://www.audiokinetic.com/zh/library/2019.1.11_7296/?source=SDK&id=soundengine_plugins_effects.html), but we can not register the plugin can you give me some suggestions,Third, we tried to develop the plug-in on the Linux platform, but the plug-in failed. Then we find that RegisterWwisePlugin(AudioPlugin.h) interface is only work in windows platform, so we want to know if the effect plugin can work in Linux platform. If the Linux platform is supported, we kindly ask you to provide us with an demo, thank you very much。
最新提问 9月 10, 2021 分类:General Discussion | 用户: cyz c. (100 分)
By following the step in https://www.audiokinetic.com/library/2019.1.11_7296/?source=SDK&id=effectplugin_tools.html, you should be able to create an empty plug-in that will work with Wwise on any platform.

As said in https://www.audiokinetic.com/qa/9189/can-develop-effect-plugin-capture-audio-buff-linux-platform, the Wwise Recorder plug-in already does this, so you don't technically need a custom plug-in.

Note that if you want to capture the system output, this is not something Wwise is designed for.

Please sign-in or register to answer this question.

...