GameLoopDecoder:
Filter:
GameLoop/Classes (extension) | Classes

GameLoopDecoder
ExtensionExtension

The class managing the decoder for GameLoop

Description

This class provides a central space for the choice of encoder and decoder. It is used inside SoundRepresentation.

In GameLoop you can choose between the AmbIEM (3d order Ambisonic to Binaural) and Ambisonic Toolkit (First order Ambisonics - Stereo, Binaural and other configurations). Regarding Binaural the Ambisonic Toolkit produces less artifacts but AmbIEM delivers (according to my subjective comparison) a superior spatial image.

NOTE: At the moment only binaural and stereo encoders/decoders have been implemented.

Class Methods

.binauralAmbIEM

Create a 3d order Ambisonic to binaural decoder using the AmbIEM library.

.newStereo

ATK stereo decoder.

.newListen

ATK binaural decoder.

.active

Returns true or false.

.getEncoderProxy

Get the relevant encoder proxy. Used in SoundRepresentation.

.decoderProxy

Get the decoder proxy. Used in SoundRepresentation.

.clear

Clear and release everything.