We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0570c89 commit 48b563fCopy full SHA for 48b563f
initPTB.m
@@ -200,10 +200,10 @@ function initDebug(cfg)
200
% at the begining of the experiment)
201
PsychPortAudio('Volume', cfg.audio.pahandle, cfg.audio.initVolume);
202
203
- cfg.audio.pushSize = cfg.fs*0.010; %! push N ms only
+ cfg.audio.pushSize = cfg.audio.fs * 0.010; %! push N ms only
204
205
cfg.audio.requestOffsetTime = 1; % offset 1 sec
206
- cfg.audio.reqsSampleOffset = cfg.audio.requestOffsetTime*cfg.audio.fs;
+ cfg.audio.reqsSampleOffset = cfg.audio.requestOffsetTime * cfg.audio.fs;
207
208
end
209
0 commit comments