menu
 

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

+1 投票
I just read this information and it's pretty interesting. But, On my side I would like to be able to capture the data in memory. This function seam to capture the audio an create a .wav automaticaly. I would like to receive a buffer in memory each audio frame and be able to do something with it (read only is fine on my case). I don't want to save on disk and after read the file. Somebody suggest me to create a plugin but I'm totally new in wwise. Can I do this without plugin or the only way is using a plugin?
分类:General Discussion | 用户: Sylvain R. (110 分)
修改于 用户:Bernard R. (Audiokinetic)

1个回答

0 投票

I suggest you take a look at the following help section in the Wwise SDK Documentation:

Wwise SDK 2014.1 - Windows » Going Further » Creating New Plug-ins

You will be able to look at the Delay plug-in as an example.

SDK\samples\Plugins\AkDelay

用户: Bernard R. (Audiokinetic) (35.8k 分)
...