8-Bit Sound Effect Generator

Six classic game sounds built the way the consoles did it - square waves, a noise channel, and fast pitch envelopes. Tap to play, download any of them as royalty-free WAV for your project.

The recipes

Every effect is a square or noise voice with its pitch and volume flicked around in under half a second. Jump: square wave sweeping 150→620 Hz. Coin: two clean notes, B5 then E6 - the interval does the sparkle. Laser: the jump inverted, 1760→220 Hz. Explosion: white noise through a low-pass filter that slams shut, 1.2 kHz→80 Hz. Power-up: a five-note G-major run. Hit: a falling square thud plus a snap of noise. Rebuild or mutate any of them with the sweep generator, noise generator and signal generator, then trim exports with the audio trimmer.

8-Bit SFX FAQ

How were classic 8-bit sounds actually made?

Consoles like the NES had a sound chip with a handful of fixed voices - two square waves, a triangle, and a noise channel - and effects were nothing but rapid pitch and volume changes on those voices. A jump is a square wave sweeping up; an explosion is the noise channel with falling volume and darkening tone. This page recreates those recipes with the same ingredients in Web Audio.

Can I use these sounds in my game?

Yes - the sounds are synthesized from scratch in your browser, so there are no samples and no licensing strings. Download any effect as WAV and drop it into your engine. Need MP3 or a different length? Run the WAV through the audio converter or trim it with the audio trimmer.

Why do the downloads sound slightly cleaner than a real NES?

Real hardware added artifacts these files do not have: the NES ran its squares through non-linear mixing, and everything passed through cheap DACs and TV speakers. The synthesis here uses the same waveforms and envelopes at 44.1 kHz. If you want extra grit, bit-crush the WAV in any editor - the recipe underneath is authentic.

How do I make my own variations?

The building blocks are on this site: sweep a square wave with the sweep generator for jumps and lasers, shape noise with the noise generator for explosions, and step through notes with the tone generator for arpeggios. An effect is just one of those gestures compressed into a quarter second.