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

Approval Boundary Tool for Claude Code Repository Work
A developer built an approval boundary tool that adds a review step before local execution when using Claude Code for repository work. The tool follows a loop: see the plan first, approve once, let the run happen locally, and keep proof afterward.

ARP: Stateless WebSocket Relay for Autonomous Agent Communication
ARP (Agent Relay Protocol) is a stateless WebSocket relay for autonomous agent communication featuring Ed25519 identity, HPKE encryption per RFC 9180, binary TLV framing, and 33 bytes overhead per message. No accounts or registration required—just generate a keypair and connect.

T9OS: An AI Orchestration System Built Entirely with Claude Code
An economics student built T9OS, a complete AI orchestration layer using Claude Code as the only programming tool. The system includes 18 production pipelines, a 12-state lifecycle engine, and 7 AI 'Guardians' that review every output.

NPCterm: Full PTY Terminal Emulator for AI Agents via MCP
NPCterm provides AI agents with full terminal access through a headless, in-memory PTY terminal emulator exposed via MCP. It includes 15 MCP tools for terminal control, process state detection, and support for TUI applications.