HOATransRotateXYZ:
Filter:
Classes (extension) | Libraries > HOA

HOATransRotateXYZ : Object
ExtensionExtension

Rotation of a higher order Ambisonics sound field in x, y, z,

Description

Rotates an Ambisonics soundfield around the x, y and z-axis.

References: M. Kronlachner, “Spatial Transformations for the Alteration of Ambisonic Recordings,” Graz University Of Technology, Austria, 2014.

Class Methods

HOATransRotateXYZ.ar(order, in, pitch, roll, yaw)

Pseudo Ugen method returning Ugens based on Ambisonics order provided through the first argument.

Arguments:

order

Ambisonics order 1-5.

in

b-format as channel array.

pitch

pitch angle (-pi to pi).

roll

roll angle (-pi to pi).

yaw

yaw angle (-pi to pi).

Returns:

b-format as channel array (4,9,16,25,36 channels depending on the order argument).

Inherited class methods

Instance Methods

Inherited instance methods

Examples