/tapy

A Python C module with a JACK client to record and playback audio

Primary LanguageC

tapy

You'll need:

sudo apt-get install python-dev libjack-jackd2-dev

To build and install:

python setup.py build
sudo python setup.py install

Test it:

~$ python
>>> import tapy
>>> tapy.setup()
...