Module cybergrape::saf
source · Expand description
A safe api into the Spatial Audio Framework.
Structs§
- Implementation of
Binauraliser
that uses SAF’s BinauraliserNF (Near Field) - The metadata associated with an audio stream. Includes the buffer’s angular position, range, and gain.
Constants§
- The number of samples that can be processed in one frame by a
Binauraliser
.
Traits§
- A Binauraliser is anything that can take an array of sound buffers, paired with their associated metadata, and return a pair of freshly allocated buffers representing the mixed stereo audio.