Wasted-Audio / hvcc

The heavy hvcc compiler for Pure Data patches. Updated to python3 and additional generators
https://wasted-audio.github.io/hvcc/
GNU General Public License v3.0
260 stars 30 forks source link

Wwise: how to import a WAV file and retrieve audio data #192

Open MicroWW opened 2 months ago

MicroWW commented 2 months ago

How can I make it so that the generated Wwise plugin in Pure Data (PD) supports importing a WAV file and retrieving audio data?

dromer commented 2 months ago

At the moment it doesn't support this. The wrapper would need some modifications to expose these functions. Further more I have no idea how this would work using Wwise so I hope someone else can step in here.

JS/wasm builds can do this (using some additional JS code) and the documentation says that Unity can do it as well, but I don't have experience with Unity myself.