Stem-Pack Auditor
A misaligned stem export will ruin a mixing session. Batch-analyze your audio files locally to verify identical sample counts and bit depths, then package them for delivery.
Select Multiple .WAV Stems
Or drag and drop a batch of files here.
Technical Implementation
When preparing multitracks for a mixing engineer, a common error is exporting files that do not share the exact same start and end points. Even a discrepancy of a few milliseconds can throw off phase alignment across a drum bus.
Loading thirty high-resolution .WAV files into a standard browser AudioContext would instantly trigger an out-of-memory crash. To circumvent this, the Auditor only reads the first 100 bytes of each file. It parses the binary RIFF header to extract the fmt and data chunks, mathematically deriving the exact sample count without ever decoding the actual audio payload.
Once verified, the tool utilizes the JSZip library to compile the stems into a single, uncompressed archive for client delivery.