SndBuf s => dac; // Connect a sound buffer to the dac "homer8.wav" => s.read; // load a wave file into the buffer s.length() => now; // wait around while it plays