← IO
VOICE0
Hz | 8-BIT PCM | MONO | WAITING
CLICK TO START — ALLOW MICROPHONE
--
0
00000000
CURRENT AMPLITUDE — YOUR VOICE RIGHT NOW
VOL
0%
BYTES: 0
PEAK: 0x00
AVG: 0x00
TIME: 0.0s
WAVEFORM — TIME DOMAIN
SPECTRUM — FREQUENCY DOMAIN
HEX STREAM — RAW AUDIO BYTES
Waiting for microphone...
WHAT YOU'RE SEEING: Your microphone captures air pressure waves. The Web Audio API samples that pressure ~44,100 times per second. Each sample is a number from 0x00 (silence) to 0xFF (max amplitude). Your voice is a stream of hex bytes. This is what sound looks like to a machine.