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.

+1 vote
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?
related to an answer for: Capturing audio output from Wwise
in General Discussion by Sylvain R. (110 points)
edited by Bernard R. (Audiokinetic)

1 Answer

0 votes

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

by Bernard R. (Audiokinetic) (35.8k points)
...