Closed JMankewitz closed 1 year ago
During the contingent sampling phase, the audio stimuli should loop twice before ending (~14 seconds of audio). Right now they end after one loop.
Martin's old code looped for a length of time. Unsure if this is correct.
Added the loop code in the sound.play() function so now it loops https://github.com/JMankewitz/baby-info/commit/70200b123965c7ae8d171bf74db9bd5572c2a2bf
During the contingent sampling phase, the audio stimuli should loop twice before ending (~14 seconds of audio). Right now they end after one loop.
Martin's old code looped for a length of time. Unsure if this is correct.