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

Prism MCP v2.1 adds persistent memory to Claude sessions
Prism MCP v2.1.0 'The Mind Palace' provides persistent session memory for Claude, eliminating the need to re-explain project context. It features local SQLite storage, a visual memory browser, state rollback, and cross-client context sync.

PocketBot: iOS app uses Claude to generate deterministic JavaScript automations from natural language
PocketBot is an iOS mobile automation app that uses Claude via AWS Bedrock to convert plain-language requests into self-contained JavaScript scripts. The LLM writes the code once, then the deterministic scripts run on schedule in a sandboxed runtime without AI involvement.

Tatu: Open-source security layer for Claude Code blocks secrets and destructive commands
Tatu is an open-source hook system that intercepts Claude Code actions in real time to block leaked secrets, flag PII, and deny destructive commands before execution. Installation is via pip/pipx with 'tatu-hook init' to enable audit mode.

Pilot Protocol: Open-Source P2P Network Stack for AI Agent Swarms
Pilot Protocol is an open-source Layer 3 and Layer 4 overlay network stack designed specifically for AI agent communication, providing direct encrypted UDP tunnels between agents with permanent 48-bit virtual addresses.