tmm22
tmm22
## Summary This PR adds support for Alibaba's SenseVoice ASR model and implements an improved model ranking system. ## New Features ### SenseVoice ASR Model Integration - **SenseVoice** - Alibaba's...
## Overview This issue documents the benefits of adding the SenseVoice ASR model and an improved model ranking system to VoiceInk. **Related PR**: #410 --- ## Why SenseVoice? ### Performance...
# Fix: Critical Crash Bugs and Security Vulnerabilities ## Overview This PR fixes **6 critical issues** discovered through comprehensive code audit: - ✅ 4 crash-prone force unwraps and force casts...
# Critical Bugs: Crash-Prone Force Unwraps and Security Vulnerabilities ## Summary VoiceInk contains **6 critical issues** that can cause crashes and expose user API keys: - **4 crash-prone force unwraps/casts**...
## Overview I've implemented a **Dictionary Quick Rules** feature that provides instant, predictable text cleanup without requiring AI enhancement. This eliminates the need for external AI calls for basic dictation...
# Comprehensive Testing Framework for Crash Prevention ## Overview This PR adds a **comprehensive, production-ready testing framework** with **210 tests** that systematically prevent crashes in VoiceInk through: - ✅ **Memory...
# Need for Comprehensive Testing Framework - Critical Bugs Found ## 🎯 Issue Summary VoiceInk currently lacks systematic testing, which has led to the discovery of **3 critical crash vectors**...
# Critical: Race Conditions and Memory Leaks Detected ## 🐛 Issue Summary Through systematic testing, I've identified **3 critical crash vectors** in VoiceInk that can cause production crashes: 1. **AudioLevelMonitor...