Skip to main content
VoiceTypr provides a comprehensive API for voice-to-text transcription through Tauri commands (Rust backend) and React hooks (TypeScript frontend).

Architecture

VoiceTypr uses a Tauri v2 architecture with:
  • Rust Backend: Handles audio recording, transcription, model management, and system integration
  • React 19 Frontend: Provides UI components and state management using hooks
  • IPC Communication: Frontend calls backend via invoke(), backend emits events to frontend

Communication Flow