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

Crime Team: Multi-Agent Orchestrator for OpenClaw — Parallel Code Review with Coder Agent
Crime Team v0.1 runs multiple specialist OpenClaw agents in parallel for code review, then integrates findings. Includes per-agent models, a coder agent that applies changes, and a re-audit loop. CLI + GUI.

NerfGuard: A Classifier That Routes Coding Requests to Cheaper Models, Cutting Spend 3x
NerfGuard uses a fast classifier to route coding agent requests to the least expensive model and reasoning depth needed, yielding 3x usage for the same spend. Includes token optimizations.

Claude Code Workflow Visual Details Memory Hierarchy and Skills System
A Reddit user shared a visual diagram showing how Claude Code organizes memory through layered CLAUDE.md files and implements reusable skills via SKILL.md files. The workflow loop suggests using Plan mode with auto-accept and frequent commits.

Skill Scaffolder: Build OpenClaw Skills Without Writing Code
Skill Scaffolder is an open-source tool that lets users create OpenClaw skills by describing what they want in plain English. It handles the entire process—interviewing users, writing skill files, testing, and installation—without requiring YAML, Python, or config files.