Skip to content

LiveDSP v0.2.0

Latest

Choose a tag to compare

@akela91 akela91 released this 19 Jun 15:58
· 2 commits to main since this release

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