Comment 2 for bug 505118

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

Hey Jus,

Could you post your Mixxx log output when this happens? (Are you able to reproduce it regularly?)

I think there are various parts of the mixing engine which make assumptions about the buffer size being a certain length. For example, the linear interpolating scaler assumes the buffer is larger than an rate-interpolation length, which can lead to bad array accesses. We should take a look and clean these up.