exporl / apex

APEX 4: software platform for auditory behavioural and psychophysical experiments. This repository follows the major releases of APEX.
http://kuleuven.be/exporl/apex/
Other
10 stars 1 forks source link

Spin runner and restart of noise not continuous #245

Open RobinGransier opened 6 years ago

RobinGransier commented 6 years ago

There seems to be a problem with the soundbuffer / trail when you use a continuous masker in the SPIN interface:

Problem: masker resets itself before each new presentation of a LIST sentence. When using a modulated marsker subjects notice this as a phase-reset. The problem can be overcome when the sundbuffer set (this is normally in comments in the config file)

tomfrancart commented 6 years ago

So if I understand correctly:

Even while is set to true for the dataloop that plays the noise, the noise is reset to it's first sample for every trial?

Which buffer element do you mean in apexconfig? Can you post the relevant XML code?

RobinGransier commented 6 years ago

Yes, it works if this code is added to the SPIN xmlfile.

asio 2048 1024

Hope this helps,

Best Robin