Social Archiver 2.2.3 Release Notes
Release Date: December 12
Key Features
🎤 Whisper Transcription
Generate transcripts for podcast episodes using local Whisper AI. All processing happens on your device.
- Click the microphone button on any podcast card to transcribe
- Interactive transcript with clickable timestamps
- Auto-sync with audio player (highlights current segment)
- Supports 99+ languages with auto-detection
- Multiple model options: tiny, base, small (default), medium, large
🎵 Exclusive Audio Playback
Playing audio in one card automatically pauses other players - no more overlapping audio.
Bug Fixes
- Fixed progress percentage going backwards during transcription
- Fixed transcript not loading for certain posts
- Fixed rendering issues with multiple podcast cards
Whisper Installation
Requires one of the following installed locally:
| Tool | CLI Included | Installation |
|---|---|---|
| openai-whisper | ✅ Yes | pip install openai-whisper
|
| whisper.cpp | ✅ Yes | Build from source |
| faster-whisper | ❌ No | CLI wrapper required |
For detailed setup instructions, see the Transcription Guide.
Full Changelog: 2.2.2...2.2.3