BFEncodeSter:
Filter:
sc3-plugins/Classes (extension) | Libraries > JoshUGens | UGens > Multichannel > Ambisonics

BFEncodeSter
ExtensionExtension

Ambisonic B format encoder for stereo signals
 

Description

NOTE: Output channels are in order W,X,Y,Z.

WARNING: Because of the way the W component is scaled, it is recommended that you only decode with BFDecode1 and it's methods.

Class Methods

.ar

Arguments:

l

Left side of the input signal.

r

Right side of the input signal.

azimuth

In radians, -pi to pi.

width

In radians, width of stereo image.

elevation

In radians, -0.5pi to +0.5pi.

rho

The speaker radius (1 places shound at the radius, <1 within the radius, >1 is outside the radius) beyond the radius, a distance scaling is applied (no filtering is done).

gain

A control rate level input.

wComp

Chooses how the W channels is scaled. If 0, a scaler of 0.707 is used. If 1, W is varied according to the scaling of the X, Y and Z channels. 1 is the default.

Instance Methods

.checkInputs

.init

Examples