Let me give a bit of background. I'm running a neuro-psych experiment which requires subjects to listen to many pairs of sentences and determine if each pair is the "same" or "different". The audio for the sentences appears on one channel of the .wav file, and their recorded answers appear on the second channel.
Normally this is analyzed manually by listening to everything and determining: 1. If they were correct. 2. How long they took to respond.
My question is, how can I get Python to run through the .wav file and calculate these automatically? Or more specifically, how can python analyze an event in one channel of a wav file and calculate the time to a second event in another channel of the .wav file?