Binaural4 b; SndBuf s0 => b.pssp[0]; "E:/Google Drive/Stanford/Senior Year/Music220A/HW2/FrontLeft.wav" => s0.read; SndBuf s1 => b.pssp[1]; "E:/Google Drive/Stanford/Senior Year/Music220A/HW2/BackLeft.wav" => s1.read; SndBuf s2 => b.pssp[2]; "E:/Google Drive/Stanford/Senior Year/Music220A/HW2/FrontRight.wav" => s2.read; SndBuf s3 => b.pssp[3]; "E:/Google Drive/Stanford/Senior Year/Music220A/HW2/BackRight.wav" => s3.read; 1::day => now;