mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user