CtrlK
BlogDocsLog inGet started
Tessl Logo

audio2txt

从音频文件中提取文字(语音转文字),需要腾讯云 API 凭据。当用户提到音频转文字、语音识别、ASR、音频转字幕时使用。

72

Quality

87%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

audio2txt Skill

从音频里提取文字

功能描述

使用语音识别 API 从音频中提取文字。

⚠️ 注意:本地语音文件不能大于 5MB。

所属分类

office/skills/video/audio2txt/

调用方式

from office.skills.video import audio2txt

audio2txt(
    audio_path='./test.mp3',
    appid='your_appid',
    secret_id='your_secret_id',
    secret_key='your_secret_key'
)

参数说明

参数类型必填默认值说明
audio_pathstr-音频文件路径
appidstr-语音识别 API 的应用 ID
secret_idstr-语音识别 API 的密钥 ID
secret_keystr-语音识别 API 的密钥

返回值

None

使用示例

from office.skills.video import audio2txt
audio2txt(
    audio_path='./audio.mp3',
    appid='your_appid',
    secret_id='your_secret_id',
    secret_key='your_secret_key'
)

原始函数

office.api.video.audio2txt

Repository
CoderWanFeng/python-office
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.