Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

How to capture audio buffer in Linux platorm?

0 votes
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。
asked Sep 10, 2021 in General Discussion by cyz c. (100 points)
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.

...