Loading...
Loading...
Compare original and translation side by side
undefinedundefinedundefinedundefined| Argument | Default | Description |
|---|---|---|
| required | Audio file to transcribe (mp3, wav, m4a, ogg, flac, aac, webm). Max 50 MB, max 10 min. |
| auto-detect | BCP-47 language code (e.g. |
| stdout | Path to save transcript text (or JSON if |
| off | Output full JSON response with timestamps and speaker labels. |
| from env/config | Noiz API key (overrides stored key). |
| 参数 | 默认值 | 描述 |
|---|---|---|
| 必填 | 待转录的音频文件(支持mp3、wav、m4a、ogg、flac、aac、webm格式)。最大50 MB,最长10分钟。 |
| 自动检测 | BCP-47语言代码(例如 |
| 标准输出 | 转录文本(若设置 |
| 关闭 | 输出包含时间戳和说话人标签的完整JSON响应。 |
| 来自环境变量/配置 | Noiz API密钥(覆盖已存储的密钥)。 |
--jsonHello, welcome to today's podcast. We have a special guest joining us...--json{
"language": "en",
"transcript": "Hello, welcome to today's podcast...",
"duration": 42.5,
"segments": [
{"text": "Hello, welcome to today's podcast.", "start": 0.0, "end": 3.2, "spk": 0},
{"text": "We have a special guest joining us.", "start": 3.5, "end": 6.1, "spk": 0}
]
}--jsonHello, welcome to today's podcast. We have a special guest joining us...--json{
"language": "en",
"transcript": "Hello, welcome to today's podcast...",
"duration": 42.5,
"segments": [
{"text": "Hello, welcome to today's podcast.", "start": 0.0, "end": 3.2, "spk": 0},
{"text": "We have a special guest joining us.", "start": 3.5, "end": 6.1, "spk": 0}
]
}enzhjakoesfrdeptruar--languageenzhjakoesfrdeptruar--languageundefinedundefined
Get your API key at [developers.noiz.ai](https://developers.noiz.ai/api-keys).
前往[developers.noiz.ai](https://developers.noiz.ai/api-keys)获取API密钥。~/.config/noiz/api_key0600NOIZ_API_KEYhttps://noiz.ai/v1/speech-to-text~/.config/noiz/api_key0600NOIZ_API_KEYhttps://noiz.ai/v1/speech-to-textrequestspip install requestsrequestspip install requests