AudiokineticのコミュニティQ&Aは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。
cyz c. (100 ポイント) 2021 9/10 質問 General Discussion
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.

...