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 2 forks source link

Bug in datablock EOF handling when loops > 1 #193

Closed croissanne closed 7 years ago

croissanne commented 7 years ago

audioformatstream.cpp:213

m_Output.mp_ClearRegion( nSamples - nLeft, nLeft );

This clears audio data. It should be ClearRegion(nLeft, Samples - nLeft).

Also:

croissanne commented 7 years ago

gerrit change 2107