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

BinauralDecoderCIPIC
ExtensionExtension

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

Description

Binaural 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 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.

id

Subject ID of HRTF model. See FoaDecoderKernel: *newCIPIC for more information.

Returns:

a BinauralDecoderCIPIC

Examples