Skip to content

Commit

Permalink
Keep dump
Browse files Browse the repository at this point in the history
  • Loading branch information
koteq committed Aug 25, 2024
1 parent d515ba7 commit bf69a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/IconMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,10 @@ void IconMenu::changeListenerCallback(ChangeBroadcaster* changed)
}
else if (changed == &deviceManager)
{
// JUCE handles output device change, but fails to do the same for input device, e.g. when mic is re-attached
// JUCE handles output device changes, but fails to do the same for input devices, e.g. when mic gets reconnected
deviceManager.closeAudioDevice();
deviceManager.restartLastAudioDevice();
dumpDeviceInfo();
}
}

Expand Down

0 comments on commit bf69a0c

Please sign in to comment.