Document WhisperX transcribe integration

This commit is contained in:
2026-05-03 15:45:56 -05:00
parent 2438a0b7a5
commit 4a85da66e7
5 changed files with 45 additions and 23 deletions

View File

@@ -6,8 +6,6 @@ import (
"time"
)
// TODO: implement a real WhisperX HTTP client adapter.
// Client is the adapter boundary for WhisperX transcription jobs.
type Client interface {
Transcribe(ctx context.Context, req TranscribeRequest) (TranscribeResult, error)