PureData CEAMMC library web documentation
aliases: [hoa.optim~]
available since version: 0.8
Weights the circular harmonics signals depending on the ambisonic optimization. It can be "basic" for no optimization, "maxre" or "inphase". If no optimization mode is specified, the default mode will be inphase. Maxre optimization is used when audience is confined to the center of the circle. Inphase optimization is used when the audience covers all the circle. NB: This is theoretical, the best choice is to trust your ears.
ORDER
the order of decomposition
type: int
MODE
optimization mode
type: symbol
@order (initonly)
Get/set the order of decomposition
type: int
range: 1..63
default: 1
@mode
Get/set optimization mode
type: symbol
enum: basic, maxre, inphase
default: basic
@basic
Get/set alias for @mode basic (no optimization)
type: alias
@maxre
Get/set alias for @mode maxre.
type: alias
@inphase
Get/set alias for @mode inphase.
type: alias
See also: [hoa.2d.decoder~]
Authors: Serge Poltavsky, Pierre Guillot, Eliott Paris, Thomas Le Meur
License: GPL3 or later