Hi there, I’m currently using the 8.0.8 release on Android, and I found a bug in juce_Oboe_android.cpp that causes audio input to break when plugging or unplugging wired earbuds while the app is running. Steps to reproduce: Create a blank GUI project for Android using Projucer. Create a juce::AudioIODeviceCallback to be used with juce::AudioDeviceManager Initialize juce::AudioDeviceManager with 1 input channel and 2 output channels audioDeviceManager.initialiseWithDefaultDevices(1, 2); Run ...