音檔轉繁體逐字稿
transcribe_audioConvert local audio files to Traditional Chinese transcripts with on-device processing, supporting wav, mp3, m4a, flac, ogg, and mp4. Privacy ensured: files never leave your machine.
Instructions
將本機音檔轉成繁體中文逐字稿,支援 wav/mp3/m4a/flac/ogg/mp4 等格式。全程在本機運算,音檔不會上傳到任何雲端服務。注意:模型第一次載入約需 40 秒,若使用者在意等待時間可先呼叫 preload_model。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| traditional | No | ||
| with_timestamps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 逐字稿(預設為繁體中文、台灣用詞) | |
| raw_text | Yes | 模型原始輸出,未經繁體轉換的簡體中文 | |
| audio_path | Yes | 辨識的音檔路徑 | |
| timestamps | No | 每個字的 [起始毫秒, 結束毫秒],僅在 with_timestamps=true 時回傳 | |
| duration_seconds | No | 音檔長度(秒) |