OfflineAudioContext Demo - Online Render Audio Fast
Process audio faster than real‑time with OfflineAudioContext. Apply filters and export the result. Dev tool.
UD5 Toolkit
Test your GPU's compute performance with real WebGPU compute shaders
Test Breakdown
No results yet
History
| Date | GPU | Test | Size | GFLOPS | Time |
|---|---|---|---|---|---|
| No history | |||||
While graphics rendering focuses on pixels and triangles, GPU compute uses the same hardware for general-purpose parallel calculations — from AI inference to scientific simulations. WebGPU exposes both capabilities to the browser.
Many compute workloads are bottlenecked by how fast data can move between GPU memory and compute units, not by raw calculation speed. Our naive matrix multiply and vector add tests specifically measure this aspect.
Tiled algorithms use fast on-chip shared memory (workgroup memory) to reduce global memory traffic. A well-optimized tiled implementation can be 5–20× faster than a naive approach on the same hardware.
Process audio faster than real‑time with OfflineAudioContext. Apply filters and export the result. Dev tool.
Simulate adaptive bitrate logic by switching between different quality video segments. See how ABR algorithms work.
Register a periodic background sync and see the status. Schedule content updates for your PWA. API demo.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
Connect an audio source to an Analyzer Node and display frequency and time‑domain data. Learn Web Audio visualization.
Register a one‑off background sync and see it fire when connectivity returns. Debug service worker sync logic.
Drag a battery, resistor, LED onto a grid and simulate current flow. Show Ohm's law in action.
Load an audio file and see its spectrogram with frequency over time. Adjust resolution and color map. Discover hidden sounds.
Override your browser's geolocation to any coordinates and test how your app responds. For development and privacy testing.
Change the viewport meta tag and see how a page would render at different device widths. Understand responsive basics.
Select HTTP method, set headers, and body. Send requests and see the full response. Lightweight Postman alternative.
Apply lowpass, highpass, and reverb to an audio source. See frequency response. Create your own guitar pedal. All local.
Trigger different vibration patterns on mobile devices. Test if your phone supports haptic feedback. Simple demo.
Register a periodic background sync to fetch fresh data even when the tab is closed. Understand the API and limits.
Experiment with the experimental Prompt API and Summarization API right in your browser. See how the on‑device AI model responds. Requires Chrome with AI features enabled.
Measure the integrated loudness of an audio file in LUFS and RMS. Check if your music meets streaming platform standards. Client‑side.
Use your microphone to detect the dominant frequency of ambient sounds. Visualize the spectrum. Local Web Audio.
Record daily systolic/diastolic readings and pulse. See a trend chart. All data saved locally in your browser.
Find your public IP address and view approximate geolocation, ISP, and browser header details. No personal data stored. Static and instant.
Calculate correct aperture or distance for manual flash using the guide number formula. Input any two of GN, f‑stop, or distance to find the third. Perfect for studio and event photographers.
Read the ambient atmospheric pressure in hPa using the Pressure Sensor API (if available). Real‑time graph.
Test the experimental Translation API to translate text between languages directly in the browser, without cloud calls. Check support and copy the JavaScript starter.
Transform a panoramic photo into a tiny planet (stereographic projection). Drag to adjust orientation. Download.
Play a simple monophonic synthesizer with your keyboard. Choose waveform, attack, decay, and filter. For music fun.
Zoom through the electromagnetic spectrum from radio waves to gamma rays. See wavelength, frequency, and applications. Static educational page.
Use the Magnetometer API to build a digital compass. See magnetic field strength and heading in real time.
Play a selection of local lo‑fi tracks (embedded). Simple UI with play/pause. No copyright issues. Stay focused.
Create experimental glitch noises by toggling virtual circuit bend points. No real electronics harmed. Fun noise toy.
Mix white noise, pink noise, rain, thunder, wind, and cafe sounds. Individual volume, save presets. Relax or focus. All client‑side.
Mix multiple ambient sounds (rain, fireplace, coffee shop) to create your perfect productive background.