forge
forge copied to clipboard
Pom: exclude tritonus-share
without the exclude i get this:
try {
audioLine = AudioSystem.getSourceDataLine(format, selectedMixer);
audioLine.open(format);
} catch (Exception e) {
return;
}
With this Problem:
The method getSourceDataLine(AudioFormat, Mixer.Info) is undefined for the type AudioSystem
This PR has not been updated in a while nad has been marked on stale. Stale PRs will be auto closed
should be fixed by #6103