Hi !
I need to buffer the resulting audio data from the listener.
Is this possible with your API?
Thanks!
Hi !
I need to buffer the resulting audio data from the listener.
Is this possible with your API?
Thanks!
A listener is just a convenient metaphor. It represents the position of a hypothetical human listener, but it doesn’t actually process audio; it’s just a set of 3D co-ordinates that’s passed to event instances, which allows them to attenuate and pan themselves. As such, it has no audio output to capture.
Can you explain what you’re trying to achieve? Do you want to record your game’s audio output, or perhaps record the output of a multiplayer game as if there was only one listener instead of several?