mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
- Create FarsiTranscriber class wrapping OpenAI's Whisper model - Support both audio and video file formats - Implement word-level timestamp extraction - Add device detection (CUDA/CPU) for optimal performance - Format results for display with timestamps - Integrate transcriber with PyQt6 worker thread - Add error handling and progress updates - Phase 3 complete: Core transcription engine ready