JUCE is determining default device incorrectly
Open
bug
- Dominant language
- C++
- Stars
- 4.1k
- Forks
- 639
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 8
Description
For context, see https://github.com/google/oboe/issues/707#issuecomment-558991551
JUCE determines the default device during initialization of juce::AudioDeviceManager. But the default can change if the user plugs in or out a headset. They should use kUnspecified for the default device.
[juce_android_Oboe.cpp line 1074 getDefaultDeviceIndex()](https://github.com/WeAreROLI/JUCE/blob/35023af7ffe7e9aeaa43538d14d3d199d0ff2f3f/modules/juce_audio_devices/native/juce_android_Oboe.cpp#L1074)
Contributor guide
Assessment
This issue has not been assessed yet.