We need a playback device + context that is always valid and "playing" even when there is no usable output device. Both at startup and during hot-plug at runtime. So when there is no device connected we want the behaviour of the null backend and otherwise the behaviour of the wasapi backend.
Our current local patch is maxbachmann@364c2d9. With this we can start with/without devices and call alcReopenDeviceSOFT whenever there is a device change/removal.
Is there already way to achieve this without our patch?
We need a playback device + context that is always valid and "playing" even when there is no usable output device. Both at startup and during hot-plug at runtime. So when there is no device connected we want the behaviour of the null backend and otherwise the behaviour of the wasapi backend.
Our current local patch is maxbachmann@364c2d9. With this we can start with/without devices and call alcReopenDeviceSOFT whenever there is a device change/removal.
Is there already way to achieve this without our patch?