AudioTap, record calls, transcribe and diarize locally
ScreenCaptureKit captures system audio in stereo while WhisperKit transcribes everything locally.
Convenient CLI wrapper when AssemblyAI and Whisper CLI already exist.
Developers needing audio transcription in scripts and pipelines
AssemblyAI CLI · Whisper CLI · Rev.ai
ScreenCaptureKit captures system audio in stereo while WhisperKit transcribes everything locally.
The repo actually solves the messy plumbing of live voice agents: modular ASR→LLM→TTS adapters plus an optional PersonaPlex speech-to-speech path, per-agent env overrides, and a Playwright-driven Jitsi bot for room joining. It's a useful MVP for anyone prototyping AI co-hosts, though mixing backends is still manual and PersonaPlex demands extra infra, so it's more pragmatic experiment than turnkey product.
Reliable transcription with diarization, but Otter.ai, Rev, and AssemblyAI already own this.
Offloads Whisper to Intel NPU so GPU stays free for other tasks.
Voice wrapper for Claude Code when you're tired of pressing buttons.
Echo deduplication and dual-channel audio for local meeting transcripts.