Skip to content

Releases: akela91/LiveDSP

LiveDSP v0.2.0

19 Jun 15:58

Choose a tag to compare

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

  1. Install or run the executable.
  2. Download a free NAM rig from tone3000.com (or any .nam file).
  3. Place it in Documents\LiveDSP\models (created automatically on first launch), or use the Browse button in the AMP/RIG panel.
  4. Select your audio interface in Options — ASIO recommended for lowest latency.

License

GPLv3 — see LICENSE