Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/notam02/TeensyHeadTracker.quark

a convenient interface that makes it easy to use the TeensyHeadTracker, a DIY head tracker for 3D audio production
https://github.com/notam02/TeensyHeadTracker.quark

Last synced: about 1 month ago
JSON representation

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

Lists

README

        

# TeensyHeadTracker.quark

### A convenient interface for the Teensy Head Tracker

This quark is a convenient interface that makes it easy to use the [TeensyHeadTracker](https://github.com/notam02/Teensy-Head-Tracker), a DIY head tracker for 3D audio production.

It automatically sets up the head tracker, connects SuperCollider to it and patches it into a "global fx" type setup with a binaural decoder at the main output, allowing you to monitor your ambisonics work in SuperCollider and rotate your head inside of the scene using the tracker.

The package supports using native ATK objects to handle all of the rotation and decoding.

See the helpfile for more information.

### Dependencies
- The `CC14` and `atk-sc3` quarks (these are installed automatically through the quark system when installing this package).

This quark depends on the ambisonic toolkit and requires a full installation of it. See [these instructions](https://github.com/ambisonictoolkit/atk-sc3#installing) for more information.

### Installation

Open up SuperCollider and evaluate the following line of code:
`Quarks.install("https://github.com/notam02/teensyheadtracker.quark")`