CH·68 Procedural & synthesis
verified 2026-07-05

retro-sfx-gen active

BitBleep (PrayerT) vunknown added 2026-07-05 verified 2026-07-05

[Use when]

You need deterministic, royalty-free chiptune/retro sound effects generated procedurally in pure Python without any sample libraries or third-party dependencies.

Engines
* Engine-agnostic S Standalone
License

MIT

Pricing

Free

Last verified

2026-07-05

Added

2026-07-05

about

retro-sfx-gen is a zero-dependency Python 3 script that procedurally synthesizes retro/chiptune-style sound effects from scratch using oscillators, pitch glides, arpeggios, ring modulation, filtered noise, and envelope shaping. Output is 44.1 kHz / 16-bit mono WAV. No recordings, no pip installs — just the standard library.

Covers 16 effect categories (coin, jump, laser, explosion, powerup, hit, ui_click, alarm, pickup, door, teleport, engine, blip, whoosh, land, shield), each with its own synthesis recipe. Generation is fully deterministic via CRC32-seeded RNG, making it suitable for reproducible builds and git-tracked audio pipelines.

A companion QC script validates every output file for correct format, duration, peak level, DC offset, silence, and click-free edges. Generated audio is royalty-free and commercially usable with no attribution required.