Skip to content

Releases: crafter-station/trx

v0.4.0 — OpenAI API backend + large-v3-turbo

06 Apr 21:49
a846e53

Choose a tag to compare

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 openai

Three 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-turbo

Cross-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 open command (macOS/Linux/Windows)
  • Quoted paths with spaces for ctrl+click support
  • Config defaults merge prevents crashes on missing fields
  • FFmpeg path collision fix for .wav input 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

31 Mar 18:01

Choose a tag to compare

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 transcription
  • fix: spinner hang after transcription, guard callbacks + exit

Install

bun add -g @crafter/trx

npm package