Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pom: exclude tritonus-share #5045

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Pom: exclude tritonus-share #5045

wants to merge 1 commit into from

Conversation

Hanmac
Copy link
Contributor

@Hanmac Hanmac commented Apr 15, 2024

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 Hanmac requested a review from tehdiplomat April 15, 2024 19:23
Copy link

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

@Hanmac Hanmac requested a review from Agetian May 31, 2024 11:33
@Hanmac Hanmac added keep no stale and removed no-pr-activity labels May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep no stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant