#!/bin/tcsh # Execution script for play.csd by David Akbari, February 2008 # Just place this script in your $PATH and run by typing # `sh play.sh FILENAME` where FILENAME is a valid path to # a mono or stereo sound file. /Users/daveakbari/CVS/csound5/csound -odac:1 -iadc:1 -d -m0 -b1024 -B1024 -+rtaudio=CoreAudio -+noninterleaved=1 --omacro:FILE=$1 /Users/daveakbari/CODE/csd/play.csd