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

Add JLayer mp3 fallback audio service provider (linux) #231

Closed
AlmasB opened this issue Sep 16, 2016 · 1 comment
Closed

Add JLayer mp3 fallback audio service provider (linux) #231

AlmasB opened this issue Sep 16, 2016 · 1 comment
Labels
difficulty:hard Time-consuming / with API design elements help wanted Contributions welcome / high PR acceptance rate type:refactor Clean up / upgrade code

Comments

@AlmasB
Copy link
Owner

AlmasB commented Sep 16, 2016

While Ubuntu ships appropriate versions of libav(codec, format), Fedora 22+ can't even get them from repos (easily). In cases where MediaPlayer fails we could use JLayer to support mp3 playback.

@AlmasB AlmasB added the type:refactor Clean up / upgrade code label Sep 16, 2016
@AlmasB AlmasB modified the milestones: v0.2.8, v.0.5 Sep 16, 2016
@AlmasB AlmasB added help wanted Contributions welcome / high PR acceptance rate difficulty:medium API design elements, need time to think through labels Mar 22, 2017
@AlmasB
Copy link
Owner Author

AlmasB commented Jun 11, 2017

Also to consider:
JavaFX seems to allocate a 20 MB int[](?) each time an AudioClip (.wav 118k file) is played. Interestingly this doesn't happen when using Java Sound API. Perhaps JavaFX 9 handles this better. Alternatively we can create a Java Sound API provider for AudioPlayer service.

@AlmasB AlmasB added difficulty:hard Time-consuming / with API design elements and removed difficulty:medium API design elements, need time to think through labels Nov 13, 2017
@AlmasB AlmasB removed this from the v.0.5 milestone Mar 30, 2018
@AlmasB AlmasB closed this as completed Dec 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty:hard Time-consuming / with API design elements help wanted Contributions welcome / high PR acceptance rate type:refactor Clean up / upgrade code
Projects
None yet
Development

No branches or pull requests

1 participant