LiveDSP v0.2.0
LiveDSP is a standalone Windows audio application with two real-time processing modes:
- πΈ GuitarDSP β NAM amp simulation, noise gate, 9-band EQ, Transpose, delay, reverb
- π€ VoiceDSP β vocal chain with gate, warmth, compressor, air EQ, delay, reverb, and Autotune
What's new in v0.2.0
- Low-latency granular pitch engine (Transpose & Autotune) β custom header-only implementation, ~12 ms vs ~40β60 ms for STFT-based shifters; no external pitch library
- Autotune for VoiceDSP β pitch correction to the nearest semitone, single Amount knob (0 = off, 100 = robotic), smooth glide for natural-sounding correction
- Autotune stabilisation β note hysteresis + pitch smoothing so less-than-perfect singers don't get choppy corrections
- Buy Me a Coffee / Pizza button on all screens
- README polished for public release (screenshots, model setup guide, support section)
Downloads
| File | Description |
|---|---|
| LiveDSP-Setup-0.2.0.exe | Recommended β next-next-finish installer, adds Start Menu shortcut |
| LiveDSP-Standalone-0.2.0.exe | Portable β single executable, no install required |
Windows only (x64). No VC++ Redistributable needed β runtime is statically linked.
First-run setup
- Install or run the executable.
- Download a free NAM rig from tone3000.com (or any
.namfile). - Place it in
Documents\LiveDSP\models(created automatically on first launch), or use the Browse button in the AMP/RIG panel. - Select your audio interface in Options β ASIO recommended for lowest latency.
License
GPLv3 β see LICENSE