forge icon indicating copy to clipboard operation
forge copied to clipboard

Pom: exclude tritonus-share

Open Hanmac opened this issue 1 year ago • 1 comments

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

Hanmac avatar Apr 15 '24 19:04 Hanmac

This PR has not been updated in a while nad has been marked on stale. Stale PRs will be auto closed

github-actions[bot] avatar May 31 '24 09:05 github-actions[bot]

should be fixed by #6103

Hanmac avatar Jan 14 '25 16:01 Hanmac