simlmx / pyau

Python Audio Unit Host
7 stars 5 forks source link

pyau

Python Audio Unit Host

I don't work much on this projet anymore, but don't hesitate to email me for any questions/comments/etc.

Current features

Requirements

A mac with at least Leopard (10.5) with the following installed

Installation

git clone https://github.com/simlmx/pyau.git
cd pyau
python setup.py build  # Make sure you don't skip this step!
python setup.py install

In the python interpreter (opened from a different directory), verify that the following works:

import pyau

Usage

TODOs