Replace .ogg music with their Java edition counterparts#677
Merged
codeHusky merged 5 commits intosmartcmd:mainfrom Mar 6, 2026
Merged
Replace .ogg music with their Java edition counterparts#677codeHusky merged 5 commits intosmartcmd:mainfrom
codeHusky merged 5 commits intosmartcmd:mainfrom
Conversation
Now that we are using MiniAudio, we can add Java Edition's music files, which have much higher quality than LCE's .binka files. Note that the_end_dragon_alive.ogg is different as a result.
Collaborator
|
If the LCE end dragon song is different then we should probably not replace it with the Java version |
Contributor
Author
|
That makes sense, and that file can be kept as-is. All other music files should be identical, though, besides better sound quality. |
Contributor
Author
|
cat.ogg is also different in LCE (different render, extends to Dog). |
|
for cat.ogg someone can take the two originals (cat and dog) which are in higher quality and then edit them together in one .ogg file. |
Contributor
Author
|
I recreated cat.ogg using the .flac files for each song, joining them together, and exporting with 64kbps (like the original Java Edition music files). It has the same length as the original, as well. |
piebotc
pushed a commit
to piebotc/LegacyEvolved
that referenced
this pull request
Mar 9, 2026
* Replace .ogg music with their Java edition counterparts Now that we are using MiniAudio, we can add Java Edition's music files, which have much higher quality than LCE's .binka files. Note that the_end_dragon_alive.ogg is different as a result. * Update the_end_dragon_alive.ogg * Update cat.ogg * high quality LCE cat.ogg recreation * Updated cat.ogg to have exact music length
catweaselirl
pushed a commit
to catweaselirl/MinecraftConsoles
that referenced
this pull request
Mar 13, 2026
* Replace .ogg music with their Java edition counterparts Now that we are using MiniAudio, we can add Java Edition's music files, which have much higher quality than LCE's .binka files. Note that the_end_dragon_alive.ogg is different as a result. * Update the_end_dragon_alive.ogg * Update cat.ogg * high quality LCE cat.ogg recreation * Updated cat.ogg to have exact music length
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2026-03-06.02-13-08-10.mp4
Description
Changes
Previous Behavior
The game's music had extremely low quality, relative to other versions of the game.
Root Cause
Likely to mantain low filesize, the game's music was stored in low quality .binka files, which were recently converted to .ogg.
New Behavior
The music files are now of much higher quality.
Fix Implementation
The music files were taken from Java Edition, in the .minecraft folder.
AI Use Disclosure
AI was not used in any way for this commit.
Additional context
the_end_dragon_alive.ogg was also taken from Java Edition; however, this specific song is different between it and LCE.