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

Losslessly compresses all sound files using optivorbis #3968

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

Absolucy
Copy link
Member

@Absolucy Absolucy commented Oct 26, 2024

About The Pull Request

This uses optivorbis (via my multithreaded wrapper, meowvorbis) to optimize all sounds in the repository.

/tg/ already did the same thing at tgstation/tgstation#87191 and seemingly had no problems, so let's do the same thing here.

Optimizing 3517 files...
Saved 12969080 bytes (min -25, max 174201)
The following files failed to optimize:
        - .\monkestation\emotes\nose_boop.ogg
        - .\sound\effects\footstep\silicon_step.ogg
        - .\sound\items\duct_tape_rip.ogg
        - .\sound\items\duct_tape_snap.ogg
[done, press enter to exit]

Why It's Good For The Game

Savings are around 12.3 MB - which seems small, but sound quality is not impacted at all, as it's lossless compression, so there's not really any reason not to optimize everything.

Changelog

🆑
sound: Optimized all sound files, resulting in a total of around 12.3 MB saved.
/:cl:

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.

1 participant