Group: Forum Members
Posts: 34,
Visits: 195
|
Heya,
I am programming a trial where there there are two consecutive audio files: 1. An initial sequence demonstrating a rhythm pattern 2. A second sequence that is either on the beat, too early or too late (depending on the trial)
Everything works fine, except for the fact that the second sequence is perceived too be lower in volume than the first. Please note that settings for all audiophiles are identical, and I have run them through adobe audible to make sure loudness is the same for all files.
Any idea as to why this might be?
Cheers,
Heidi
Example trial just in case (where initial_sequence and early1 denotes audiophiles/sound elements): / ontrialbegin = [ trial.early1.resetstimulusframes() ] / stimulustimes = [0=clearscreen, fixation, initial_sequence, early1; 10000=clearscreen, question, fortidlig, korrekt, forsent] / validresponse = (fortidlig, korrekt, forsent) / correctresponse = (fortidlig) / inputdevice = mouse / pretrialpause = 1000 </trial>
|