mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
PipeWire: Fix a bug with non-blocking mode.
This commit is contained in:
@@ -1666,7 +1666,7 @@ static ma_result ma_device_step__pipewire(ma_device* pDevice, ma_blocking_mode b
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hasProcessedData) {
|
if (hasProcessedData || blockingMode == MA_BLOCKING_MODE_NON_BLOCKING) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user