;Pitch_Shift ; read in wave file i 1 0 18 sr = 48000 kr = 4800 ksmps = 10 nchnls = 2 zakinit 30, 30 ;read in stereo wave file to two separate audio signals instr 1 ar1, ar2 diskin "clip19_18s.wav", 2 ; read in and transpose audio file by factor outs ar1, ar2 ; output both channels endin