You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1915 added a fix for AudioOutput to detect when the audio output was failing to accept more audio bytes and everything else looked normal. The fix was to stop the audio device and reopen it.
This seems to have started after the update to JDK22 (#1955) and seems to continue with the update to current JDK23 (#1985)
Another user is now reporting that the application log is getting spammed with source data line not available exceptions.
Create a test branch that recreates the mOutput source data line from the mixer to see if this clears the issue.
Screenshots
The text was updated successfully, but these errors were encountered:
DSheirer
changed the title
AudioOutput Error - SourceDataLine Not Available
AudioOutput - Couldn't obtain source data line for audio output (Error)
Oct 6, 2024
sdrtrunk Version
master.
Describe the bug
#1915 added a fix for AudioOutput to detect when the audio output was failing to accept more audio bytes and everything else looked normal. The fix was to stop the audio device and reopen it.
This seems to have started after the update to JDK22 (#1955) and seems to continue with the update to current JDK23 (#1985)
Another user is now reporting that the application log is getting spammed with source data line not available exceptions.
Create a test branch that recreates the mOutput source data line from the mixer to see if this clears the issue.
Screenshots
The text was updated successfully, but these errors were encountered: