Credits

A record of what this site is made of.

About the sounds

BeatDig's clicks are not recordings. They are waveforms built on demand with the Web Audio API. The wood block is a noise burst through a narrow bandpass filter; the digital beep is a sine wave; the mechanical click is a very short burst of high-frequency noise; the soft bell is a sine with an inharmonic partial on top.

As a result there are no external audio files on this site and no sample licences to attribute. If sample-based voices are ever added, their sources and licences will be recorded here and in public/audio/CREDITS.md in the repository.

Technology

  • Web Audio API — click synthesis and scheduling against the hardware audio clock
  • Web Workers — a scheduling pump that survives background throttling
  • Vite — static build and bundling
  • Cloudflare Pages — static hosting