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

OpenClaw plugin adds persistent memory with Engram server
A developer built a TypeScript plugin connecting OpenClaw agents to Engram, a Go-based memory server using SQLite with FTS5 search. The plugin provides 11 tools, 4 lifecycle hooks, and automatic recall that injects relevant memories into prompts before each agent turn.

Argus: A GitHub App That Reviews CLAUDE.md Files and Posts Scores on PRs
Argus is a GitHub App built with Claude Code that reviews CLAUDE.md files and posts a score on every pull request. After testing on multiple repositories, the most common failures are missing explicit scope limits and escalation paths.

Claude Code + MCP generates test suites from source code
Claude Code analyzes source code to generate hierarchical test suites covering modules, features, scenarios, happy paths, edge cases, and error handling, then pushes them to test management systems via MCP.

Connecting OpenClaw to Qwen2.5 Coder: Feasibility and Considerations
Explore the possibility of connecting OpenClaw to a local Qwen2.5 Coder model with 7 billion parameters to address rate limits with API Gemini 3.