Releases: crafter-station/trx
Releases · crafter-station/trx
v0.4.0 — OpenAI API backend + large-v3-turbo
What's New
OpenAI API Transcription Backend
Use OpenAI's transcription API instead of local Whisper for max speed:
trx init --backend openai
trx video.mp4 -b openaiThree API models: gpt-4o-transcribe (best accuracy), gpt-4o-mini-transcribe (cheapest), whisper-1 (legacy with timestamps).
large-v3-turbo Local Model
Near-large accuracy at ~3x speed:
trx init --model large-v3-turboCross-Platform Support
trx init now works on Linux (apt-get + cmake build) and Windows (winget + pre-built binaries). Thanks @isjunrod! (#1, #2)
Changelog & Docs
Other
- OS-specific
opencommand (macOS/Linux/Windows) - Quoted paths with spaces for ctrl+click support
- Config defaults merge prevents crashes on missing fields
- FFmpeg path collision fix for
.wavinput files - SRT timestamps use real audio duration via ffprobe
Install / Upgrade
bun add -g @crafter/[email protected]Full Changelog: v0.3.2...v0.4.0
v0.2.1
What's New
Features
- Progress bar during Whisper transcription
Fixes
- Spinner hang after transcription — guard callbacks + exit
Changes since v0.2.0
feat: progress bar during Whisper transcriptionfix: spinner hang after transcription, guard callbacks + exit
Install
bun add -g @crafter/trx