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

Implement FLAC file support #30

Merged
merged 6 commits into from
Mar 24, 2023
Merged

Implement FLAC file support #30

merged 6 commits into from
Mar 24, 2023

Conversation

AMDBartek
Copy link
Contributor

I have been looking for a plugin to play custom music without resource packs in my server for a very long time but I finally found this one and I like it a lot so I am doing my part and implementing FLAC file support as it is the format I use the most for storing my music collection.

FLAC files have some advantages over WAVE as they are smaller whilst still being bit-perfect. Hence the name Free Lossless Audio Codec.

I know that Simple Voice Chat uses a lossy codec to transmit the audio to players however it is convinient not having to transcode my songs to a different format whenever I want to create a custom disc.

Lastly I would like to point out that I am not a professional Java developer and it is not my first language so if I made any mistakes or did not follow the best practices please let me know, closes #29.

@Navoei Navoei merged commit a396db5 into Navoei:main Mar 24, 2023
@Navoei
Copy link
Owner

Navoei commented Mar 24, 2023

Nice work! I merged your pull request.

@Navoei
Copy link
Owner

Navoei commented Mar 24, 2023

If I find any issues I will make sure to fix them :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FLAC file support
2 participants