mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-25 19:44:08 -04:00
OSX fixes
This commit is contained in:
@@ -94,7 +94,7 @@ static int audioCallback(void *outputBuffer, void *inputBuffer, unsigned int nBu
|
||||
}
|
||||
} else {
|
||||
for (int i = 0, iMax = src->currentInput.channels * nBufferFrames; i < iMax; i++) {
|
||||
if (srcmix->audio_queue_ptr >= srcmix->currentInput.data.size()) {
|
||||
if (srcmix->audio_queue_ptr >= srcmix->currentInput.data->size()) {
|
||||
if (srcmix->currentInput.data) {
|
||||
delete srcmix->currentInput.data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user