gunship-rs
gunship-rs copied to clipboard
Engine Panics When Headphones are Unplugged
The error message I get is
thread '<main>' panicked at 'IAudioClient::GetCurrentPadding() failed with code 0x88890004', C:\Users\excaliburhissheath\workspace\render_rs\lib\bootstrap_audio\src\windows.rs:37
The error value translates to AUDCLNT_E_DEVICE_INVALIDATED, which makes sense because this happens when headphones are unplugged.