Hi Jeremy,
I moved an experiment to the new farm today and am running into a problem with the audio.
I have a speech + noise stimulus setup, which I’ve coded like this:
newAudio("Practicebabble2", "Babble2.wav")
.play()
,
newAudio("Sentence", "https://terpconnect.umd.edu/~rbieber/RBP2/UMD2E_Pilot_02.wav")
.play()
.wait()
,
getAudio("Practicebabble2")
.stop()
,
newText("instruct", "Type what you heard in the box below")
.center()
.print()
,
The babble file is longer than the sentence file, and I want the babble to stop playing when the sentence is over, and for the response box to appear when the sentence ends. This setup worked just fine in the old farm. I’m using firefox, and when I tested my experiment in the new farm everything seemed fine. When I released it into my participant recruitment site, several participants have let me know that they’ve run into problems (essentially, the babble keeps playing, and the response box never appears). It looks like this is happening on Chrome, Opera, and Edge, but I think it’s still working fine on Firefox, as I’ve had a few successful responses. Any idea what’s going on and how I can fix things to work for all browsers?
Thanks for the help!