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

HOADecLebedev50 : HOADecLebedev : Object
ExtensionExtension

Mirroring of a higher order Ambisonics sound field

Description

Lebedev grid decoder up to 5rd oder b-format.

Class Methods

HOADecLebedev50.hrirFilters

HOADecLebedev50.hrirFilters = value

(describe method here)

Returns:

(describe returnvalue here)

HOADecLebedev50.ar(order, in, input_gains: 0, output_gains: 0, yes: 1, speakers_radius: 1, hrir_Filters: 0)

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

Arguments:

order

Ambisonics order 1-5.

in

microphone signals channel array.

input_gains

multiply the input busses with a gain

output_gains

multiply the output busses with a gain

yes

(describe argument here)

speakers_radius

radius of the reconstruction speaker array

hrir_Filters

0 or 1 whether or not the decoded signal shall be convolved with HRIR filters. Load the filters first, see below.

Returns:

channel array of 50 virtual speakers (50 nodes on the Lebedev grid).

HOADecLebedev50.loadHrirFilters(server, path)

From superclass: HOADecLebedev

load HRIR filters.

Arguments:

server

the server where the filters should be loaded, typically s.

Returns:

instance of object

Inherited class methods

Undocumented class methods

HOADecLebedev50.maxOrder

HOADecLebedev50.numChannels

Instance Methods

Inherited instance methods

Examples