In general, I have found pvoc to be dodgy in favor of the newer spectral streaming opcodes. You might find more success using something like this. Good luck, -David -o dac sr = 44100 ksmps = 100 nchnls = 1 instr 1 ilen filelen "pvinput.pvx" ktime phasor 1/ilen ktime = ktime * ilen fsig pvsfread ktime, "pvinput.pvx", 0 asig pvsynth fsig out asig endin i1 0 8.638 On Mon, Nov 17, 2008 at 1:37 PM, Tobiah wrote: > David Akbari wrote: >> >> Hi Tobiah, >> >> I looked through your example and I think I see the trouble. You are >> using the line opcode going from 0 to 1 as the ktimpnt input parameter >> to pvoc. This means that you are playing from 0 to 1 seconds of the >> soundfile. > > I don't know why I assumed that it was normalized to the length of the > file. Thanks. > > As to the crashing, I notice that Aaron Johnson reported the same thing > on October 25th. > > > Toby > >