Releases: plynte-labs/LiveAudio
Releases · plynte-labs/LiveAudio
LiveAudio v1.1.0
LiveAudio v1.0.0 (Local CPU Inference)
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.exelauncher 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 (
tinymodel fetched automatically on first boot).
Installation & Usage
Windows Users:
- Download and extract
LiveAudio-v1.0.0-CPU.zipfrom the Assets section below. - Copy
config.json.exampletoconfig.jsonand adjust your preferred input audio device. - Launch
LiveAudio.exeto initialize the system.
Linux Users (Debian/Ubuntu-based):
- Clone the repository or download the source code files.
- Make the setup script executable and run it to configure your environment automatically:
chmod +x setup_linux.sh ./setup_linux.sh