APEX 4: software platform for auditory behavioural and psychophysical experiments. This repository follows the major releases of APEX.
10
stars
2
forks
source link
Bug in datablock EOF handling when loops > 1 #193
Closed
croissanne closed 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: