Hi Adam,
I'm not sure if I've written about this before but recently noticed that calling playAtSampleTime(5 * 44100) will play the audio from the beginning of the file 5 seconds after the function call, which is exactly what play(5 * 44100) does. Logically, and from function definition, it seems like playAtSampleTime(5 * 44100) should start playing the audio file immediately from 5 seconds into the file. Is this correct? Is there a fix?
Hi Adam,
I'm not sure if I've written about this before but recently noticed that calling playAtSampleTime(5 * 44100) will play the audio from the beginning of the file 5 seconds after the function call, which is exactly what play(5 * 44100) does. Logically, and from function definition, it seems like playAtSampleTime(5 * 44100) should start playing the audio file immediately from 5 seconds into the file. Is this correct? Is there a fix?