skeleton dummy audio-engine

This commit is contained in:
Robin Gareus 2014-04-28 21:29:35 +02:00
parent c2a376a822
commit 9907d25ea5
5 changed files with 791 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import sys
top = '.'
out = 'build'
backends = [ 'jack' ]
backends = [ 'jack', 'dummy' ]
if sys.platform == 'darwin':
backends += ['wavesaudio' ]