From f6662fdb2e0d0d1dd21f4f258a23bb1265e32676 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 16 Feb 2026 18:00:20 +1000 Subject: [PATCH] Minor documentation fix. --- miniaudio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index 7d0da2ce..eb0fbabf 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -3768,8 +3768,8 @@ Some backends have some nuance details you may want to be aware of. miniaudio's built-in resampler is to take advantage of any potential device-specific optimizations the driver may implement. -BSD ---- +15.3 BSD +-------- - The sndio backend is currently only enabled on OpenBSD builds. - The audio(4) backend is supported on OpenBSD, but you may need to disable sndiod before you can use it.