"Where spoken words meet precision β the digital amanuensis for modern workflows."
- Overview
- Architecture Diagram
- Key Features
- System Compatibility
- Profile Configuration
- Console Invocation
- API Integrations
- Multilingual Support
- Responsive Design
- Customer Support
- License
- Disclaimer
Express Scribe 12.19 is not merely a playback utilityβit is a digital calligrapher for audio-to-text workflows. Imagine a court reporter who never tires, a medical scribe who never mishears, and a podcast transcriber who works while you sleep. This release refines the transcription experience with intelligent playback controls, foot-pedal integration, and cloud-synced project management.
The 2026 edition introduces a rewind buffer enhancement, variable speed pitch correction, and native integration with OpenAI Whisper and Claude Sonnet for automatic speech recognition. Whether you're a legal professional, healthcare documentation specialist, or media production editor, this toolkit adapts to your rhythm.
graph TD
A[Audio Input] --> B[Playback Engine]
B --> C[Variable Speed Control]
B --> D[Foot Pedal Interface]
B --> E[Rewind Buffer]
C --> F[Pitch Correction Module]
D --> G[User Command Queue]
E --> H[Transcription Session]
F --> H
G --> H
H --> I[Text Export Pipeline]
I --> J[OpenAI Whisper API]
I --> K[Claude API]
J --> L[Automatic Transcript]
K --> L
L --> M[Timestamps & Speaker Labels]
M --> N[Export Formats: TXT, DOCX, SRT, PDF]
H --> O[Manual Editing Overlay]
O --> P[Final Transcript]
N --> P
P --> Q[Cloud Sync / Local Storage]
The diagram illustrates a dual-engine transcription workflow: manual control via foot pedal alongside AI-powered automatic recognition.
| Feature | Description |
|---|---|
| π― Precision Playback | Variable speed from 20% to 200% with pitch preservation technology |
| π¦Ά Foot Pedal Support | Compatible with INFINITY, USB, and serial pedals for hands-free control |
| π Rewind Buffer | Configurable 2β30 second rewind on pause β never miss a syllable |
| π Automatic Speech Recognition | Integrates with OpenAI Whisper and Claude API for draft generation |
| π Multilingual Engine | Supports 97 languages for playback and transcription |
| π Project Management | Tag audio files, add notes, and export with embedded timestamps |
| βοΈ Cloud Sync | Sync projects across devices via Dropbox, Google Drive, or OneDrive |
| π§Ή Noise Reduction | Built-in filter for background hum, clicks, and breath sounds |
| β¨οΈ Keyboard Shortcuts | Fully customizable hotkeys for every playback command |
| π Session Analytics | Track words per minute, error rates, and project completion time |
- AI Drafting Pipeline β Send audio chunks to OpenAI and Claude simultaneously for cross-verification
- Adaptive Buffer β Machine learning adjusts rewind duration based on speaking pace
- Multi-Monitor Support β Waveform displayed on one screen, editor on another
- Encrypted Sessions β HIPAA-compliant temporary project encryption
| OS | Version | Architectures | Emoji |
|---|---|---|---|
| Windows | 7, 8, 10, 11 | x86, x64, ARM | πͺ |
| macOS | 10.12+ (Sierra) | Intel, Apple Silicon (M1βM4) | π |
| Linux | Ubuntu 20.04+, Fedora 34+ | x64 (via Wine 7+) | π§ |
Note: Linux support requires Wine compatibility layer. Native Linux build is in roadmap for 2027.
Create a scribe_config.ini file in your project root:
[playback]
speed = 1.25
rewind_seconds = 5
pitch_correction = true
buffer_size = 256
[pedal]
type = INFINITY
mode = standard
reverse_pedal_action = alt
[ai_assist]
openai_whisper_model = large-v3
claude_api_endpoint = https://api.anthropic.com/v1/messages
language = auto
speaker_diarization = true
[export]
default_format = docx
timestamps = full
include_speaker_labels = yes
cloud_sync_path = ~/Documents/Transcriptions/
[ui]
theme = dark
waveform_color = #4CAF50
font_size = 14
toolbar_position = topLaunch Express Scribe 12.19 with custom parameters via terminal:
# Basic launch with audio file
expressscribe --file "/recordings/interview.wav" --profile legal
# Batch processing with AI draft
expressscribe --batch folder "/recordings/january/" --auto-transcribe --language en
# Headless mode for server environments
expressscribe --headless --file "/incoming/dictation.mp3" --export-pdf --output "/out/transcript.pdf"
# With specific API key (environment variable set)
expressscribe --ai-mode whisper+claude --verify-transcriptsFlags overview:
--profileβ Load configuration preset (legal, medical, media)--auto-transcribeβ Generate draft via OpenAI/Claude integration--verify-transcriptsβ Compare output from both AI models--headlessβ Run without GUI for automation workflows--export-pdfβ Direct export to PDF with formatting
Express Scribe 12.19 features native connectors for two leading AI platforms:
- Model:
whisper-1orlarge-v3(local or cloud) - Capabilities: Speech-to-text, language detection, timestamp generation
- Configuration: Set
OPENAI_WHISPER_KEYin environment or config
- Model:
claude-sonnet-4-20260514(2026 latest) - Capabilities: Speaker diarization, contextual correction, summary generation
- Configuration: Set
CLAUDE_API_KEYin environment or config
Combined Workflow:
Audio β Whisper generates raw transcript β Claude refines grammar, adds speaker labels, and creates executive summary β Export final document.
The toolkit's language detection engine identifies and processes audio in:
| Language Family | Examples | Accuracy (2026) |
|---|---|---|
| Romance | Spanish, French, Italian, Portuguese | 96β98% |
| Germanic | English, German, Dutch, Swedish | 97β99% |
| Slavic | Russian, Polish, Czech, Ukrainian | 93β96% |
| Asian | Mandarin, Japanese, Korean, Thai | 91β95% |
| Indic | Hindi, Tamil, Bengali, Marathi | 89β93% |
Auto-detect mode identifies language within 5 seconds of audio.
The interface adapts to your workflow like water to its container:
| Screen Width | Layout | Features |
|---|---|---|
| >1600px | Full workstation | Waveform + editor + timeline + metadata panels |
| 1024β1600px | Classic desktop | Waveform + editor + toolbar |
| 768β1024px | Tablet mode | Compact waveform, floating editor |
| <768px | Mobile | Minimal playback controls, auto-scroll transcript |
Dark mode and light mode automatically follow system preferences.
Our digital concierge team operates across time zones:
- Live Chat: Embedded in application (response <2 minutes during business hours)
- Knowledge Base: 1,200+ articles, video tutorials, troubleshooting guides
- Email Support:
scribe-support@domain(48-hour turnaround maximum) - Community Forum: Peer-to-peer assistance for configuration and automation
- SLA: Priority responses for license holders within 4 hours
Support covers: Installation assistance, foot pedal calibration, API integration, export formatting, and workflow automation.
This project is distributed under the MIT License.
You are free to use, modify, and distribute this software for personal or commercial projects, provided the original copyright notice and permission notice are included in all copies or substantial portions of the Software.
This software is provided "as is" without warranty of any kind, express or implied. The developers are not liable for any damages arising from the use of this transcription toolkit.
Important notices:
- Audio processing accuracy may vary based on recording quality, background noise, and speaker accent.
- AI-generated transcripts should be reviewed by a human for critical applications (legal, medical, academic).
- Compliance with local laws regarding audio recording consent is the user's responsibility.
- Third-party API rates apply for OpenAI/Claude usage and are billed separately by those providers.
- Foot pedal compatibility is tested with major brands; third-party pedals may require manual configuration.
- 2026 edition is a digital release; physical media is not provided.
Express Scribe is a trademark of NCH Software. This repository is an independent developer toolkit and is not affiliated with, endorsed by, or sponsored by NCH Software.
Transform your audio workflow. One click. One transcript. One masterpiece. π§β‘οΈπ