V1.0.2
Release v1.0.2
This release focuses on improving usability and transcription quality with several new features and key changes.
🚀 New Features
- Remote File Support: You can now transcribe media directly from HTTP/HTTPS URLs using the
-i/--input-fileargument. - Intelligent Post-Processing: Automatically detects and removes common ASR hallucinations (e.g., repetitive phrases) for cleaner output.
- Context Guidance: A new
--context(-c) argument allows you to provide specific terms or jargon to improve recognition accuracy.
⚠️ Breaking Changes
- Logging Behavior Inverted: The
--verboseflag has been removed. Detailed logging is now on by default. Use the new--silence(-s) flag to suppress progress output.