From fdc8cb712dc247931099359a2d3bc8a413cf33ec Mon Sep 17 00:00:00 2001 From: ChaseC <13863948+ChaseCares@users.noreply.github.com> Date: Thu, 9 Apr 2026 03:51:49 -0400 Subject: [PATCH] correct typo in library name, from 'transcription-rs' to 'transcribe-rs' (#1260) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bef98d9..28b3f96 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Handy is built as a Tauri application combining: - **Backend**: Rust for system integration, audio processing, and ML inference - **Core Libraries**: - `whisper-rs`: Local speech recognition with Whisper models - - `transcription-rs`: CPU-optimized speech recognition with Parakeet models + - `transcribe-rs`: CPU-optimized speech recognition with Parakeet models - `cpal`: Cross-platform audio I/O - `vad-rs`: Voice Activity Detection - `rdev`: Global keyboard shortcuts and system events