Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
May 26, 2026
·
Tokyo
Local Conversational Voice Harness
Build a local conversational voice harness for LLMs, including speech detection, TTS, local LLM processing, and STT with voice cloning, all on low-spec Macs. Learn CPU optimization and how to skip LLM steps for efficiency.
Overview
I built a conversational voice harness for text-based LLMs that performs speech detection, turn detection, text to speech, local LLM processing, and speech to text (with voice cloning) — all on a mac with as little as 16GB ram (or less).
I’ll show the working system live.
Links
LocalVocal enables local, voice-based LLM interactions on Apple Silicon.
Tech stack
- pipecatPipecat is the open-source Python framework for building ultra-low-latency, real-time voice and multimodal AI bots that see, hear, and speak.Pipecat is your go-to open-source Python framework for orchestrating real-time, multimodal conversational AI applications. It directly solves the complex coordination problem of integrating services like Speech Recognition (Deepgram), Large Language Models (OpenAI GPT), and Speech Synthesis (Cartesia) into a single, seamless pipeline. This pipeline architecture ensures ultra-low latency, with typical voice interactions completing in a tight 500-800ms, making conversations feel natural and responsive. Use Pipecat to build everything from phone agents and voice assistants to complex multimodal apps incorporating audio, video, and text.
- sileroSilero provides ultra-lightweight, enterprise-grade pre-trained models for speech-to-text, text-to-speech, and voice activity detection that run locally on a single CPU thread.Silero delivers high-performance speech processing without the heavy infrastructure requirements of traditional deep learning pipelines. Its flagship offerings include a highly accurate Voice Activity Detector (VAD) that processes a 30-millisecond audio chunk in under 1 millisecond on a single CPU thread, alongside robust Text-to-Speech (TTS) and Speech-to-Text (STT) models. By packaging these models into compact PyTorch and ONNX formats, Silero enables developers to deploy production-ready voice features directly on edge devices, in web browsers, or on low-power servers with zero external API dependencies.
- NVIDIA Parakeet 110MNVIDIA Parakeet 110M is a highly efficient, hybrid automatic speech recognition model designed for fast and accurate English transcription with automatic punctuation and capitalization.Developed jointly by the NVIDIA NeMo and Suno.ai teams, NVIDIA Parakeet 110M (specifically parakeet-tdt_ctc-110m) is a 114-million-parameter automatic speech recognition model built on a hybrid FastConformer architecture. By combining Token-and-Duration Transducer (TDT) and Connectionist Temporal Classification (CTC) decoders, this model achieves faster training convergence and highly efficient inference. It delivers robust English text transcription, complete with accurate capitalization and punctuation, making it an ideal lightweight choice for real-time speech-to-text pipelines.
- KokoroAn 82M parameter text-to-speech model delivering high-fidelity audio with a footprint small enough for edge devices.Kokoro redefines efficiency in synthesis: it packs studio-grade quality into a compact 82M parameter model. It handles English and Japanese fluently (using the Apache 2.0 license) while maintaining a Real-Time Factor (RTF) below 1.0 on standard CPUs. Developers utilize its diverse voice library (including presets like Bella and Sarah) to integrate natural speech into applications without the overhead of massive GPU clusters.
- Pocket TTSA lightweight Python interface for high-quality, offline text-to-speech engines like Piper and Coqui.Pocket-TTS simplifies local voice synthesis by providing a unified wrapper for engines including Piper, Coqui, and Mimic 3. It functions entirely offline (zero API keys or cloud dependencies) and supports 100+ high-fidelity voices across various languages. Developers deploy it for low-latency speech in Raspberry Pi projects or desktop applications: the library handles both CLI commands and Python imports. It remains a top choice for privacy-focused builds requiring fast, natural-sounding audio.
Finding related talks...
Compose Email
Sending...
Email preview
Loading recent emails...