mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 16:24:04 +02:00
e97ab1ef32
This removes the "wait" concept and replaces it with an extra parameter for the step() callback for the blocking mode, which can be blocking or non-blocking. This also implements the wake() callback for waking up from a blocking step.