Rotate a first order ambisonic signal (B-format) around the y-axis.
The inbuilt equivalent is Rotate2.
in |
The B-format signal, an array: [w, x, y, z] |
angle |
Rotation angle, in radians. |
mul |
Output will be multiplied by this value. |
add |
This value will be added to the output. |
A rotation of pi/2 will rotate a source at [0, 0]
to [0, pi/2]
.
Please see various examples here.