Skip to main content

Module spatial_basic

Module spatial_basic 

Source
Expand description

A 3D spatial positioning node using a basic (and naive) algorithm. (It can also be used for 2D audio.) It does not make use of any fancy binaural algorithms, rather it just applies basic panning and filtering.

Structs§

SpatialBasicNode
A 3D spatial positioning node using a basic but fast algorithm. (It can also be used for 2D audio). It does not make use of any fancy binaural algorithms, rather it just applies basic panning and filtering.

Enums§

SpatialBasicNodePatch
The patch enum for SpatialBasicNode, generated by Firewheel’s Patch derive macro.