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

HOALibEnc3D : Object
ExtensionExtension

Light wheight, plane wave alternative to HOAEcoder

Description

HOALibEnc3D pans mono sound sources in a higher order Ambisonics sound field.

Adapted from https://github.com/CICM/HoaLibrary-Faustthe Faust implementation of CICM's HoaLib http://hoalibrary.mshparisnord.fr/en

Class Methods

HOALibEnc3D.ar(order: 1, in, az: 0, elev: 0, gain: 0)

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.

az

azimuth in degree -pi to pi.

elev

elevation in degree -pi/2 to pi/2

gain

in dB

Returns:

returns encoded HOA scene (4,9,16,25,36 channels depending on the order argument).

Inherited class methods

Instance Methods

Inherited instance methods

Examples