TeensyHeadTracker:
Filter:
TeensyHeadTracker/Classes (extension) | Extensions

TeensyHeadTracker
ExtensionExtension

A convenient interface for the Teensy Head Tracker

Description

This class is a convenient interface that makes it easy to use the TeensyHeadTracker, a DIY head tracker for 3D audio production.

It is an abstraction that takes care of three things:

It is assumed that you use ATK to create ambisonics in SuperCollider and the synth spawned at the output of SuperCollider by this class expects the ATK's HOA format at it's input.

Dependencies

A full install of ATK is necessary for this quark to work:

Class Methods

.new

Arguments:

order

The ambisonics order.

cipicSubjectID

Head related impulse response used for the atk decoder. See FoaDecoderKernel: newCIPIC for more info.

Returns:

a TeensyHeadTracker

Examples