This quark is a convenient interface that makes it easy to use the TeensyHeadTracker, 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.
- The
CC14
andatk-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 for more information.
Open up SuperCollider and evaluate the following line of code:
Quarks.install("https://github.com/notam02/teensyheadtracker.quark")