~ubuntu-branches/ubuntu/quantal/python-pyo/quantal

« back to all changes in this revision

Viewing changes to examples/utilities/04_batch_processing.py

  • Committer: Package Import Robot
  • Author(s): Tiago Bortoletto Vaz
  • Date: 2012-07-03 23:45:41 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120703234541-jh5jg00lvljnwq8m
Tags: 0.6.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
"""
7
7
import os
8
8
from pyo import *
9
 
s = Server(audio="offline").boot()
 
9
s = Server(duplex=0, audio="offline").boot()
10
10
 
11
11
# input sound
12
12
sndpath = SNDS_PATH + "/accord.aif"