Why this tool is useful
Separate an intro from a recording or divide a voice note at a known timestamp while keeping the entire source on the current device.

Split one browser-decodable audio file at an exact time and download two PCM WAV parts in a ZIP archive without uploading the recording.
Ready. Your working data stays in this browser.
Files and capture streams stay on this device. Processing uses browser APIs only; nothing is uploaded to YTSave, the media API or a proxy.
Separate an intro from a recording or divide a voice note at a known timestamp while keeping the entire source on the current device.
Web Audio decodes the selected file, the browser validates the requested timestamp and decoded-sample bound, writes two PCM WAV files and packages them with pinned JSZip.
Choose a ten-second recording, split it at 4.5 seconds, inspect both reported durations and download audio-parts.zip.
The calculation is deterministic and explains validation errors instead of silently changing invalid input.
Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.
Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.