Hi,
I use wave/play to play medium long raw files (few bars). I want to be able to start at a given number of samples (ex: 175 000)
I am trying to edit wave/play to be able to do so but I don't understand how sdSeekStream works
sdSeekStream(stream,((inlet_pos)>>4)<<2);
does ((inlet_pos)>>4)<<2) represent a number of samples, buffers?
Increasing 4 to 6 to be more sensitive... prevented compilation.
What am I doing wrong?