返回顶部
c

coze-asr

Automatic Speech Recognition (ASR) using Coze API. Use when you need to transcribe audio files to text. Supports Chinese audio transcription via Coze's speech-to-text API.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
145
下载量
1
收藏
概述
安装方式
版本历史

coze-asr

# Coze Automatic Speech Recognition (ASR) Transcribe audio files to text using Coze API. ## Setup **1. Get your API Key:** Get a key from [Coze Platform](https://www.coze.cn/) **2. Set it in your environment:** ```bash export COZE_API_KEY="your-key-here" ``` ## Supported Audio Formats - **MP3** - Recommended - **WAV** - Supported - **OGG** - Supported (包括 opus 编码) > **Note:** Coze API 原生支持 mp3、wav、ogg 格式,无需转换。 ## Usage ### Basic Transcription Transcribe an audio file: ```bash bash scripts/speech_to_text.sh recording.mp3 ``` ### Full Options ```bash bash scripts/speech_to_text.sh <audio_file> [language] ``` **Parameters:** - `audio_file` (required): Path to audio file - `language` (optional): Language code (default: zh) ## Output Format The script outputs JSON with transcribed text. Example output: ```json { "text": "你好,这是转录的文本内容" } ``` ## Troubleshooting **File Size Issues:** - Check Coze API documentation for file size limits - Reduce sample rate or bit depth if needed **Poor Accuracy:** - Improve audio quality - Ensure clear speech and minimal noise - Use appropriate language code **Format Issues:** - Ensure file is not corrupted - Verify audio can be played by standard players

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 coze-asr-1776031999 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 coze-asr-1776031999 技能

通过命令行安装

skillhub install coze-asr-1776031999

下载 Zip 包

⬇ 下载 coze-asr v1.0.0

文件大小: 2.49 KB | 发布时间: 2026-4-13 09:53

v1.0.0 最新 2026-4-13 09:53
首次发布:Coze 语音识别技能,支持 ogg/mp3/wav 格式

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部