BinauralDecoderIEM:
Filter:
BinauralDecoders/Classes (extension) | Extensions

BinauralDecoderIEM
ExtensionExtension

Binaural decoder for high order ambisonics set up as persistent main fx using IEM plugins

Description

Binaural stereo decoder for high order ambisonics using the IEM vstplugin extension and the IEM VST plugins. 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 binaural stereo.

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.

Returns:

a BinauralDecoderIEM

Examples