Hi all,
I built a small free browser tool for a recurring problem with Vital.
Vital’s “import as Wavetable” expects 2048 samples per frame. Single-cycle waves and custom cycles at 512, 600, 1024 or other lengths often mis-frame or sound wrong when you drop the raw file in. This tool resamples a true period onto 2048 and packs a clean table.
Try it here (runs entirely in the browser):
What it does
- Drop any browser-decodable audio (WAV, MP3, OGG, FLAC, …)
- Output: mono 32-bit float WAV, 2048 samples per frame, up to 256 frames
- Modes for single-cycle, multi-period material, or fixed windows
- Optional batch (folder → ZIP of one wavetable per file)
- Live audition (frame 0 + simple keyboard) and a few optional modifiers
- Help text in English and German
- Nothing is uploaded; works offline once the page is loaded
In Vital after download
Import as Wavetable (not Pitch Splice)
Repo / README (screenshot + details):
Use at your own risk for sound design.
Cheers