StereoDecoderVirtualMics:
Filter:
StereoDecoders/Classes (extension) | Extensions

StereoDecoderVirtualMics
ExtensionExtension

Stereo decoder for high order ambisonics using virtual microphones

Description

Stereo decoder for high order ambisonics using the Ambisonic toolkit (see ABCs-of-the-ATK). Once initialized it will set up a "persistent" decoder at the main output of SuperCollider, allowing you to work with ambisonics without worrying about initializing a decoder at the place at the right time.

This decoder expects a high order ambisonics signal and will decode it to stereo using the virtal microhpone method described here: HOA-Stereo-Decoding.

When the user hard stops SuperCollider using cmd-period or ctrl-period, the synth is respawned automatically.

Class Methods

.new

Arguments:

hoaOrder

The order of the input high order ambisonics signal.

addAfter

Add this synth after this node. Defaults to 1 which is the default group.

angle

Microphone angle. See FoaDecoderMatrix: *newStereo for more information.

pattern

Microphone pattern. See FoaDecoderMatrix: *newStereo for more information.

Returns:

a StereoDecoderVirtualMics

Examples