Skip to content

Releases: plynte-labs/LiveAudio

LiveAudio v1.1.0

10 Jun 22:54

Choose a tag to compare

What's Changed

  • refactor(packaging)!: packaging overhaul with uv bootstrapper by @FranGuh in #1

New Contributors

Full Changelog: v1.0.0...v1.1.0

LiveAudio v1.0.0 (Local CPU Inference)

10 Jun 04:15

Choose a tag to compare

What's New in v1.0.0

Initial official release of LiveAudio, a real-time, local ASR subtitle system for streamers powered by Faster-Whisper and Silero VAD, fully optimized for standalone CPU execution (zero cloud dependencies and no CUDA requirements).

Key Features & Improvements

  • True Portability: Packaged with an embedded Python environment and executed via a native LiveAudio.exe launcher for Windows users.
  • Enhanced Compatibility: Dynamically forces 1-thread execution and overrides Intel MKL variables (CT2_USE_MKL=0) to prevent segmentation faults (0xC0000005) in restrictive environments and virtual machines.
  • Cross-Platform Readiness: Included a standalone bash utility (setup_linux.sh) for automated environment deployment on Debian/Ubuntu-based distributions.
  • Improved UX: Integrated a console-based download interceptor to track HuggingFace model ingestion progress seamlessly (tiny model fetched automatically on first boot).

Installation & Usage

Windows Users:

  1. Download and extract LiveAudio-v1.0.0-CPU.zip from the Assets section below.
  2. Copy config.json.example to config.json and adjust your preferred input audio device.
  3. Launch LiveAudio.exe to initialize the system.

Linux Users (Debian/Ubuntu-based):

  1. Clone the repository or download the source code files.
  2. Make the setup script executable and run it to configure your environment automatically:
    chmod +x setup_linux.sh
    ./setup_linux.sh