PureData CEAMMC library web documentation
доступно с версии: 0.9.7
Decodes an ambisonics soundfield for several loudspeakers configuration or for headphones.
ORDER
the order of decomposition
тип: int
MODE
decoding mode
тип: symbol
NCH
number of loud speakers
тип: int
@order (initonly)
Запросить/установить the order of decomposition
тип: int
диапазон: 1..10
по умолчанию: 1
@mode
Запросить/установить decoding mode
тип: symbol
варианты: regular, binaural
по умолчанию: regular
@regular
Запросить/установить alias for @mode regular
тип: alias
@binaural
Запросить/установить alias for @mode binaural
тип: alias
@offset
Запросить/установить rotation of loudspeakers. Only available for @regular and @irregular mode.
тип: list
единица: deg
по умолчанию: 0 0 0
@angles
Запросить/установить angles of loudspeakers.
тип: list
единица: deg
по умолчанию: 0 90 0 340.5288 120 340.5288 240 340.5288
@pw_x (readonly)
Запросить list of plain wave x-coordinates (abscissas). -1 is the left of the soundfield,
0 is the center of the soundfield and 1 is the right of the soundfield.
тип: list
единица: rad
диапазон: -1..1
по умолчанию: 0.0 -0.0 -0.8165 0.8165
@pw_y (readonly)
Запросить list of plain wave y-coordinates (ordinatas). -1 is the back of the soundfield,
0 is the center of the soundfield and 1 is the front of the soundfield.
тип: list
единица: rad
диапазон: -1..1
по умолчанию: -0.0 0.9428 -0.4714 -0.4714
@pw_z (readonly)
Запросить list of plain wave z-coordinates (heights). -1 is the bottom of the soundfield,
0 is the center of the soundfield and 1 is the top of the soundfield.
тип: list
единица: rad
диапазон: -1..1
по умолчанию: 1 -0.3333 -0.3333 -0.3333
@nharm (readonly)
Запросить number of circular harmonics.
тип: int
минимальное значение: 1
по умолчанию: 4
@nch (initonly)
Запросить/установить number of plain waves.
тип: int
минимальное значение: 1
по умолчанию: 0
Смотрите также: [hoa.3d.encoder~] [hoa.2d.decoder~]
Авторы: Serge Poltavsky, Pierre Guillot, Eliott Paris, Thomas Le Meur
Лицензия: GPL3 or later