|
SAF
|
A basic spherical harmonic/ Ambisonic signals rotator, based on the recursive approach detailed in [1]. More...
Go to the source code of this file.
Data Structures | |
| struct | rotator_data |
| Main struct for the rotator. More... | |
Macros | |
| #define | ROTATOR_FRAME_SIZE ( 64 ) |
| Framesize, in time-domain samples. | |
Typedefs | |
| typedef M_ROT_STATUS | _Atomic_M_ROT_STATUS |
Enumerations | |
| enum | M_ROT_STATUS { M_ROT_READY = 1 , M_ROT_RECOMPUTE_EULER , M_ROT_RECOMPUTE_QUATERNION } |
| Available Ambisonic channel ordering conventions. More... | |
A basic spherical harmonic/ Ambisonic signals rotator, based on the recursive approach detailed in [1].
Definition in file rotator_internal.h.
| #define ROTATOR_FRAME_SIZE ( 64 ) |
Framesize, in time-domain samples.
Definition at line 53 of file rotator_internal.h.
| typedef M_ROT_STATUS _Atomic_M_ROT_STATUS |
Definition at line 71 of file rotator_internal.h.
| enum M_ROT_STATUS |
Available Ambisonic channel ordering conventions.
| Enumerator | |
|---|---|
| M_ROT_READY | M_rot is ready. |
| M_ROT_RECOMPUTE_EULER | Use Euler angles to recompute M_rot. |
| M_ROT_RECOMPUTE_QUATERNION | Use Quaternions to recompute M_rot. |
Definition at line 62 of file rotator_internal.h.