From 7796b4a0d9d7a32586acc2f618a98ed5385b5e0e Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 11 Jan 2022 19:30:32 +1000 Subject: [PATCH] Add documentation for the aaudio.noAutoStartAfterReroute config. --- miniaudio.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/miniaudio.h b/miniaudio.h index f7951004..35bce10f 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -8240,6 +8240,11 @@ then be set directly on the structure. Below are the members of the `ma_device_c AAudio only. Explicitly sets the type of recording your program will be doing. When left unset, the input preset will be left unchanged. + aaudio.noAutoStartAfterReroute + AAudio only. Controls whether or not the device should be automatically restarted after a + stream reroute. When set to false (default) the device will be restarted automatically; + otherwise the device will be stopped. + Once initialized, the device's config is immutable. If you need to change the config you will need to initialize a new device.