diff --git a/README.md b/README.md index 5d8fe55..310cc70 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,21 @@ A beautiful, native macOS desktop application for transcribing audio and video f - **Drag & Drop** - Drag single or multiple files to create a batch queue - **Batch Processing** - Process unlimited files sequentially with automatic queue management -- **Multiple Formats** - Supports MP3, WAV, M4A, FLAC, OGG, WMA, AAC, AIFF, MP4, MOV, AVI, MKV, WebM, WMV, FLV, M4V +- **Queue Persistence + Resume** - Restore unfinished queue items after restarting the app +- **Duplicate File Protection** - Automatically skips duplicates by file path/fingerprint in batch mode +- **Retry Failed Items** - One-click retry for failed or cancelled queue items +- **Live Batch ETA** - See estimated remaining time while batch processing is running +- **Completion Notifications** - Native notification when a batch finishes +- **Multiple Formats** - Supports MP3, WAV, M4A, FLAC, OGG, OPUS, OGA, AMR, WMA, AAC, AIFF, MP4, MOV, AVI, MKV, WebM, WMV, FLV, M4V - **Multiple Models** - Choose from tiny, base, small, medium, large-v3, or large-v3-turbo Whisper models (including English-only variants) - **Output Formats** - Export as VTT subtitles, SRT subtitles, plain text, Word (`.docx`), PDF, or Markdown +- **Finder Reveal After Save** - Prompt to reveal the saved transcript directly in Finder - **Language Support** - Auto-detect or select from 12+ languages - **Apple Silicon Optimized** - Native Metal GPU acceleration on M1/M2/M3/M4 Macs - **Dark Mode** - Beautiful dark theme that respects your system preference - **Auto Updates** - Automatic update notifications when new versions are available - **Keyboard Shortcuts** - Full keyboard navigation support -- **Transcription History** - Keep track of your recent transcriptions +- **Transcription History + Search** - Keep track of recent transcriptions and search by file name, content, model, or language - **Native Performance** - Uses whisper.cpp for fast, efficient transcription - **TypeScript** - Fully typed codebase for better maintainability - **Feature-Driven Architecture** - Modular codebase organized by feature domains diff --git a/docs/index.html b/docs/index.html index 67b93b7..ac94c3b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,9 +8,9 @@ + content="Free, open-source audio transcription app for macOS. Transcribe audio & video files privately using OpenAI's Whisper AI locally, including OPUS/OGA/AMR voice notes. No cloud uploads, no subscriptions. Supports Apple Silicon & Intel. Export to SRT, VTT, TXT, DOCX, PDF, and Markdown. Smart batch queue with resume, retry, live ETA, duplicate skipping, and searchable history"> + content="whisper, transcription, audio transcription, video transcription, speech to text, voice to text, AI transcription, local transcription, offline transcription, macOS transcription app, free transcription software, open source transcription, whisper.cpp, OpenAI Whisper, Apple Silicon, M1, M2, M3, M4, subtitle generator, SRT generator, VTT generator, podcast transcription, meeting transcription, interview transcription, private transcription, secure transcription, opus transcription, oga transcription, amr transcription, whatsapp voice note transcription"> @@ -61,13 +61,16 @@ }, "license": "https://opensource.org/licenses/MIT", "screenshot": "https://whisperdesk.org/screenshot.png", - "softwareVersion": "1.1.6", + "softwareVersion": "1.9.0", "downloadUrl": "https://github.com/PVAS-Development/whisperdesk/releases/latest", "featureList": [ "100% Local Processing", "GPU Accelerated (Apple Silicon Metal)", - "Multi-format Export (SRT, VTT, JSON, TXT)", - "Batch Processing Queue", + "Batch Queue with ETA, Retry, and Duplicate Protection", + "Queue Persistence and Resume After Restart", + "Transcription History Search", + "Multi-format Export (VTT, SRT, TXT, DOCX, PDF, Markdown)", + "Finder Reveal After Save", "No Internet Required", "No Subscription Fees", "Open Source (MIT License)" @@ -134,7 +137,7 @@ "name": "What formats can WhisperDesk export?", "acceptedAnswer": { "@type": "Answer", - "text": "WhisperDesk supports exporting transcriptions to SRT (subtitles), VTT (web subtitles), JSON, and plain text formats." + "text": "WhisperDesk can export transcripts as VTT, SRT, TXT, Markdown, DOCX, and PDF." } }, { @@ -144,6 +147,14 @@ "@type": "Answer", "text": "Yes, WhisperDesk is optimized for Apple Silicon (M1, M2, M3, M4) Macs with Metal GPU acceleration for blazing fast transcription speeds up to 100x real-time." } + }, + { + "@type": "Question", + "name": "Can I resume my transcription queue after restarting the app?", + "acceptedAnswer": { + "@type": "Answer", + "text": "Yes. WhisperDesk restores unfinished queue items after restart and lets you resume processing with one click." + } } ] } @@ -175,8 +186,8 @@

Batch Processing

- Drag and drop multiple files or folders. Process unlimited audio files sequentially with automatic queue management. + Drag and drop multiple files or folders. Process unlimited audio files sequentially with + automatic queue management.

@@ -343,8 +355,8 @@

Open Source & Community Drive