서우 AgentOffice
← 라이브러리
media

Transcribe

원문: transcribe

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

무엇을 하나요

Audio Transcribe Transcribe audio using OpenAI, with optional speaker diarization when requested. Prefer the bundled CLI for deterministic, repeatable runs. Workflow 1. Collect inputs: audio file path(s), desired response format (text/json/diarized json), optional language hint, and any known speaker references. 2. Verify OPENAI API KEY is set. If missing, ask the user to set it locally (do not ask them to paste the key). 3. Run the bundled transcribe diarize.py CLI with sensible defaults (fast text transcription). 4. Validate the output: transcription quality, speaker labels, and segment boundaries; iterate with a single targeted change if needed. 5. Save outputs under output/transcribe/ wh

실행 시 본인 API 키(BYOK)로 동작하며, 모델 비용은 사용자 계정에서 직접 결제됩니다.