Application startup error when no output sound mixer available
When the host computer does not have any speakers plugged in, the system may not provide an output mixer and it produces this error, preventing the application from starting:
Exception in thread "main" java.lang.IllegalArgumentException: Mixer not supported: null
at java.desktop/javax.sound.sampled.AudioSystem.getMixer(Unknown Source)
at io.github.dsheirer.audio.AudioManager.loadSettings(AudioManager.java:97)
at io.github.dsheirer.audio.AudioManager.
see #213
Closing. Issue likely resolved under #660