TranscriptionSuite v1.1.2 adds WhisperX, NeMo, and VibeVoice models

TranscriptionSuite v1.1.2 Release
TranscriptionSuite, a fully local and open-source audio transcription application, has released version 1.1.2 with significant feature additions based on community feedback.
Key Updates
The developer replaced the previous faster-whisper implementation with WhisperX and added support for multiple new model families:
- WhisperX - Includes diarization via PyAnnote
- NeMo models - Support for Parakeet and Canary models with diarization via PyAnnote
- VibeVoice models - Support for both main model and 4-bit quantized versions with built-in diarization
New Features
- Model Manager - Centralized control for managing different transcription models
- Parallel processing mode - Simultaneous transcription and diarization
- Shortcut controls - Keyboard shortcuts for improved workflow
- Paste at cursor - Direct text insertion functionality
- 24kHz recording pipeline - Specifically added to take full advantage of VibeVoice models (Whisper and NeMo models require 16kHz)
The application now provides three distinct transcription pipelines, each with different diarization approaches depending on the model family selected.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Hollow AgentOS reduces Claude Code token usage by 68.5% with JSON-native OS for AI agents
Hollow AgentOS is a JSON-native operating system for AI agents that cuts Claude Code's token usage by 68.5% by eliminating wasteful shell command overhead. It plugs into Claude Code via MCP, runs local inference through Ollama, and is MIT licensed.

OutClaw: GUI Installer and Manager for OpenClaw in Docker
OutClaw is a free, open-source application that installs and manages OpenClaw instances inside Docker containers. It provides a step-by-step GUI for setup, configuration, and connection to AI providers and chat channels without using the command line.

Colony: A Local-First Coordination Layer That Cuts Multi-Agent Handoff Tokens from 30K to 400
Colony is a local-first coordination substrate that reduces multi-agent handoff costs from ~30,000 tokens to ~400 by replacing context replay with compact observations stored in SQLite.

AgenticStore MCP: Python Toolkit for Claude Desktop with 27 Local Tools
AgenticStore MCP is an open-source Python toolkit that replaces multiple MCP servers with a single installation, giving Claude Desktop 27 local tools including persistent memory, web search, and repo auditing without requiring Docker or Node.js configuration.