Convolution Reverb Demo - Online Impulse Response Player
Apply realistic reverbs (cathedral, hall, room) to any audio using pre‑loaded impulse responses. Hear the difference instantly.
UD5 Toolkit
Decode FLAC & Opus audio locally in your browser using WebAssembly — no upload required
Apply realistic reverbs (cathedral, hall, room) to any audio using pre‑loaded impulse responses. Hear the difference instantly.
Encode or decode text using Base32 scheme. Ideal for legacy systems and data obfuscation. Works completely offline in your browser for maximum security.
Upload a text file to detect its character encoding (UTF-8, ISO-8859-1, etc.) and BOM presence. Runs entirely in your browser.
Convert text and files to Base64 or decode Base64 back to original content. Processed locally with no server upload, ensuring complete data security.
Convert any phrase into the NATO phonetic alphabet (Alpha, Bravo, Charlie…). Copy or hear pronunciation. Useful for call centers.
Reverse any short video clip and download the backward version. Fun for creative effects. Browser‑based.
Upload an audio clip and generate an animated GIF of its waveform dancing. Shareable sound snippet. Canvas magic.
Easily apply ROT13 cipher to obfuscate or reveal text. A classic letter substitution cipher that works bidirectionally. Purely client-side processing.
Paste a string of 0s and 1s and decode it back into ASCII text. Handles space‑separated blocks. Local.
Remove the original audio from a video and attach a new soundtrack. Or extract audio. All processed locally.
Turn your webcam feed into real‑time ASCII art. Adjust density and character set. Fun for streams and demos. No upload.
Create a temporary chat room between two browser tabs or devices on the same network using WebRTC data channels. Copy the code.
Convert normal text to Unicode mathematical bold, italic, script, fraktur, and double‑struck. Copy rich text for anywhere.
Convert any text into JavaScript‑style \uXXXX escape sequences and vice versa. Handles emojis. Useful for i18n development.
Paste text and detect its language (70+ languages) using a simple character n-gram model implemented in JavaScript. No server communication.
Upload multiple audio files and join them into a single continuous track. Add crossfade. All local.
Merge an SRT subtitle file onto a video directly in the browser. Preview and download the resulting video. All local.
Shows each character's 7‑bit or 8‑bit binary representation. Includes space separation. For learning binary encoding.
Simulate adaptive bitrate logic by switching between different quality video segments. See how ABR algorithms work.
Paste your Accept‑Language header and see which languages your site should serve based on quality values. Internationalization helper.
Drop a file to see its MIME type and the first few magic bytes (hex and ASCII). No upload, works instantly.
Paste an enciphered text and instantly see all 25 possible shifts. Highlight the most plausible.
Highlight elements with aria‑describedby and see the linked description text. Verify a11y annotations.
Establish a peer‑to‑peer text chat between two browser tabs or devices using WebRTC data channels. All signaling via copy‑paste. No server.
Normalize text to any Unicode normalization form to prevent encoding bugs and ensure consistent comparison. Essential for i18n developers.
Paste an ASCII‑armored PGP message and view its packet structure. See the encrypted/plaintext blocks without decrypting.
Convert plain text into leet (1337) speak and decode it back. Great for gamer tags and online culture. Fun, free, and local.
Drop an image that might have wrong extension and see its real format (JPEG, PNG, WebP) based on header bytes.
Enter Braille dot numbers (1‑6) or paste Unicode Braille to decode into English text. Companion to text‑to‑Braille.
Drop a file and see its detected type based on the first bytes (magic number). Identifies hundreds of formats. Local.