PaDDY

A lightweight, low-overhead Windows companion built to continuously stream, capture, manage, and process high-fidelity audio snippets instantly.

v2.4.0.0829

Engine Architecture

Intelligent audio capturing logic bound to high-performance local management wrappers.

🎙️

AutoVAD Mode

Monitors system voice thresholds dynamically, launching standalone clip sequences when speech activity initiates and breaking cleanly on silence timeout windows.

🔄

Retroactive Key Buffer

Maintains a silent, zero-impact background cyclic allocation array. Instantly extract and commit the last N seconds of history via a global hotkey context.

🎯

Focused App Loopback

Isolate structural audio endpoints directly from specified thread windows (like Discord or specific game targets) while discarding standard system clutter.

💾

Persistent Pad Deck

Organize, favorite, cascade-sort, or queue multiple capture items using a fast SQLite data persistence backend tied into highly responsive modular structural pads.

📊

Realtime Telemetry Meters

Track hardware input lines, master loopback mixes, and target monitor streams concurrently with hardware-accurate RMS meters and clipping peak indicators.

🎛️

Inline Waveform DSP

Process operations inside a destructive local trim environment featuring dynamic gain curves, adjustable noise gating, echoing, and a fixed 5-band studio EQ array.

Quick Start Workflow

Go from zero configuration to capturing perfect snippets in under a minute.

  • 1
    Select Active Hardware Route

    Pick your standard microphone line-in, general Windows system mix, or pin an app-specific pipeline context.

  • 2
    Choose Capture Engine Profile

    Toggle AutoVAD for continuous automated monitoring, or enable Key Buffer to capture past actions on command.

  • 3
    Track Master Gauges

    Check localized decibel parameters using live VU indicators before initiating production workflow tracking.

  • 4
    Manipulate Saved Frames

    Trigger visual deck blocks to replay audio instantly, send assets to the favorites list, or apply processing algorithms.

Application Interface

Visual monitoring ecosystems constructed around native WPF layout engines.

Main interface pipeline tracking dashboard
Dashboard Workspace

Integrated structural clip pads, input tracking knobs, operational profile tags, and independent pipeline multi-meters.

Destructive linear waveform editing workspace
Trim Processing Deck

Fine-grained waveform timeline positioning matching inline hardware EQ, noise gate modules, and dynamic multi-format export presets.

💾 Standard Installation

Pre-compiled release distributions are delivered completely self-contained — no configuration overhead or dependencies needed.

  1. Navigate directly to the official Releases portal.
  2. Grab the latest compressed release build: PaDDY_[version].zip.
  3. Extract files cleanly and launch PaDDY.exe.

🛠️ Compilation From Source

Requires an environment running Windows 10/11 along with an active .NET 10 SDK compiler profile context.

# Pull and link project component assemblies
dotnet restore PaDDY.sln

# Target architectural optimized compilation profiles
dotnet build PaDDY.csproj --configuration Release

Release Timeline

Review full execution updates, patch items, or component version updates inside the CHANGELOG.md file.