← 返回
AI智能 Key 中文

SenseAudio-ASR

Build and troubleshoot SenseAudio speech recognition integrations, including HTTP transcription (`/v1/audio/transcriptions`), realtime WebSocket ASR (`/ws/v1...
构建和排查 SenseAudio 语音识别集成,包括 HTTP 转写(/v1/audio/transcriptions)和实时 WebSocket ASR(/ws/v1...)。
scikkk
AI智能 clawhub v1.0.2 2 版本 100000 Key: 需要
★ 1
Stars
📥 555
下载
💾 8
安装
2
版本
#latest

概述

SenseAudio ASR

Use this skill for all SenseAudio speech recognition tasks.

Credential source: read the API key from SENSEAUDIO_API_KEY and send it only in the Authorization: Bearer ... header.

Do not place API keys in query parameters, logs, transcripts, or saved examples.

Read First

  • references/asr.md

Workflow

  1. Pick recognition mode:
    • HTTP file transcription for offline audio.
    • WebSocket for realtime streaming microphone/audio chunks.
    • Audio analysis for noise and quality checks before recognition.
    • Records query for recent recognition history lookup.
  1. Choose model by feature needs:
    • Lite for low-cost basic transcription.
    • ASR for streaming, translation, diarization, sentiment, and timestamps.
    • Pro when diarization plus explicit max_speakers control is needed.
    • DeepThink for streaming, translation, and intelligent editing; do not send language, diarization, sentiment, timestamps, ITN, or punctuation controls.
  1. Build minimal request:
    • Required auth, file/audio format, model.
    • Add optional controls only when needed.
    • Keep uploaded files at or below 10MB; split longer audio before sending.
  1. Validate compatibility:
    • Check model-parameter support before sending.
    • Enforce WS pcm / 16000Hz / mono requirements.
    • For HTTP stream=true, expect SSE text deltas only, not structured verbose fields.
  1. Parse robustly:
    • Handle JSON/text/verbose/SSE forms.
    • Handle WS terminal events and failures.
    • Treat returned audio URLs, api_key, session_id, and trace_id as sensitive operational data.

版本历史

共 2 个版本

  • v1.0.2 当前
    2026-03-29 23:09 安全 安全
  • v1.0.1
    2026-03-14 04:41

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,531
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,701
developer-tools

Meeting Assistant

scikkk
用于构建和排查 SenseAudio 会议助手,覆盖实时会议转写、说话人区分、实时翻译、会议纪要生成、行动项提取与转录导出。Build and troubleshoot SenseAudio meeting assistants for l
★ 1 📥 1,561