Loading challenge...
Count the beeps in a server-synthesized audio clip and submit the number
A server-synthesised WAV plays N beeps. The count is the answer, sealed inside an HMAC token โ only audio analysis (or your ears) recovers it
Press play, count how many beeps you hear, then type the number. The audio is generated on the server as raw PCM; the correct count never appears anywhere in the DOM, so a bot cannot scrape it from the page.
Mode: practice โ the answer is leaked below so a naive test can pass.
How many beeps do you hear?
Automation hints
#captcha-audio src (data:audio/wav;base64,โฆ), then count amplitude bursts via a Web Audio FFT / RMS-envelope analysis or an external solver service?mode=practice the expected count is leaked in #captcha-answer-hint โ read it to make a naive test pass; in ?mode=hard it is withheld#captcha-answer and click #captcha-submit; use #captcha-reload to fetch a fresh beep count (tokens expire ~5 min)#captcha-result[data-verdict=human], not just any result message