Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Compress large background music #1707

Copy link
Copy link

Description

@wjt
Issue body actions

The game's .pck file is now 119 MB, 131 MB when unpacked with https://dmitriysalnikov.itch.io/godot-pck-explorer. The overwhelming majority of this is music:

$ find -type f   '(' -name '*.mp3str' -or -name '*.oggvorbisstr' -or -name '*.sample' ')' -print0 | du -hc --files0-from=- | sort -rh | head -n10
95M	total
9.4M	./.godot/imported/Icy Glare.mp3-81330b9ebf27dd8f52379e154201b622.mp3str
8.6M	./.godot/imported/Hunting in the Reeds.mp3-20ace7837bd9ae69c6174a20316a31bc.mp3str
5.6M	./.godot/imported/Ambiente1_03.ogg-a087544235d9e7a88deecd6d11be793b.oggvorbisstr
5.3M	./.godot/imported/Minstrel_Dance.mp3-3b3c121a2f4326b95f80a6d5fdcb288b.mp3str
4.9M	./.godot/imported/10- Time Whistle.mp3-0d2cc6aa84a4c2349fdc2627791f3d97.mp3str
3.2M	./.godot/imported/ForestAmbient.ogg-919f06f9e2318bda153a4534bbce7c79.oggvorbisstr
3.1M	./.godot/imported/Memoraphile - Up in the Sky.mp3-4610643acedb2337ced9bb5205a1add1.mp3str
3.0M	./.godot/imported/minijuego2.ogg-48ff924d689afa5fbdea101fbdf32fc1.oggvorbisstr
2.7M	./.godot/imported/Mind's Eye Full.wav-f6ab017dc99ed0b66c397681aa475b29.sample

$ find -type f -not   '(' -name '*.mp3str' -or -name '*.oggvorbisstr' -or -name '*.sample' ')' -print0 | du -hc --files0-from=- | sort -rh | head -n10
37M	total
3.2M	./.godot/imported/background.png-d7aac6fa472badfa55e5adf088b2bf9f.ctex
1.8M	./scenes/quests/story_quests/shjourney/0_IntroVideo/INTRO-SHADOWJOURNEY.ogv
1.5M	./.godot/imported/magecity.png-e98c1deab2a85bceec8a8d5939374871.ctex
1.1M	./.godot/imported/tilesetCombate final.png-5f3d21b393c458203b4ce9fe3ca50ab9.ctex
488K	./.godot/imported/Void.png-fb12ab17deed27363c1410cdb87328b5.ctex
464K	./.godot/imported/sketch_03.png-b91a3beb461762ea54623cb6d0772edd.ctex
408K	./.godot/imported/wizzy_quest_throwing_enemy.png-864662719e26b3be49b275265ecf51d0.ctex
384K	./.godot/imported/sketch_02.png-8b43bba9e3483ff0f5f06b636c0aafb8.ctex
336K	./.godot/imported/Musician.png-ba85a78146db601c202cecf1c50a50a0.ctex

We should be able to compress the music much more aggressively without much loss of audio quality. We should also:

XP Summary (total 400)

Subdomain Skill XP
Engineering: Optimization & Performance Problem Solving 75
Engineering: Optimization & Performance Creativity & Design Thinking 75
Engineering: Optimization & Performance Technical Literacy 75
Art: Music & Sound Problem Solving 50
Art: Music & Sound Creativity & Design Thinking 50
Art: Music & Sound Technical Literacy 75
Reactions are currently unavailable

Metadata

Metadata

Assignees

Type

Projects

Status
Done
Show more project fields

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.