pytests.py

Python bindings

#!/usr/bin/python
# $Id: pytests.py 192 2005-08-05 09:35:16Z tapted $ $URL: svn+ssh://pc-g33-9.it.usyd.edu.au/var/svn/pub/taptaudio/trunk/tests/pytests.py $

from taptaudio import *
from time import sleep

#record/play test
as = AudioSystem()
as.setDebugLevel(2)
as.startRec()
sleep(2)
rec = as.stopRec()
as.mixSample(rec)
sleep(2)

Generated on Fri Aug 5 19:43:10 2005 for TaptAudio by  doxygen 1.4.3