feat: create a large randomized library of playful game sounds and audio combos

This commit is contained in:
2026-08-31 23:48:03 +03:00
parent 17ccc0cb0f
commit c6544716e7
10 changed files with 175 additions and 21 deletions
+7
View File
@@ -47,3 +47,10 @@ The bounded Web Audio foundation adds `web_audio.js`: 7,863 B raw and 2,072 B
gzip. The current six compressed web assets total 24,947 B, well below the
250,000 B LittleFS ceiling. The browser performs synthesis locally, so this
change adds no ESP32 RAM allocation, API payload, or firmware-code cost.
## Milestone 025 sound-library asset measurement
The randomized cue director adds `game_sounds.js`: 4,538 B raw and 1,580 B
gzip. The expanded audio engine is 9,194 B raw and 2,335 B gzip. The current
seven compressed web assets total 27,023 B, still well below the 250,000 B
LittleFS ceiling.