#!/usr/bin/env php ] Available subcommands: cut cut file to specified bpm*beats for making loops join join files together to make one audio file pad pad start or end of file with silence vol adjust the volume of a file mp3 convert to an mp3 of the same name wav convert to a wav of the same name mono convert stereo to mono stereo convert mono to stereo Exampes: # cut verses.wav to 4 bars at 132bpm au cut verses.wav 132 16 verses-cut.wav # convert aif to wav au wav verses.aif # halve the volume of a clip au vol verses.aif 0.5 # join some files au join verse.wav chorus.wav verse.wav song.wav # pad a file with 2 seconds of silence at the end au pad song.wav end 2.0 padded.wav END; break; }