← 返回
AI智能 Key 中文

Sense Audio

Integration guide for SenseAudio Open Platform APIs, including TTS (sync/SSE/WebSocket), ASR (HTTP/WebSocket), realtime Agents, video generation/storyboard,...
SenseAudio开放平台API集成指南,涵盖TTS(同步/SSE/WebSocket)、ASR(HTTP/WebSocket)、实时Agent及视频生成/故事板等功能。
scikkk
AI智能 clawhub v1.0.0 1 版本 99800 Key: 需要
★ 0
Stars
📥 499
下载
💾 16
安装
1
版本
#latest

概述

SenseAudio Open Platform

Use this skill for implementation work around api.senseaudio.cn and wss://api.senseaudio.cn.

Quick Routing

  • TTS text-to-speech: read references/tts.md
  • ASR speech recognition and audio analysis: read references/asr.md
  • Realtime agent session lifecycle: read references/agent.md
  • Video generation and storyboard APIs: read references/video.md
  • Voice plan levels and clone constraints: read references/voice.md

Load only the relevant reference file(s) for the user task.

Default Workflow

  1. Confirm capability and protocol:
    • TTS: HTTP sync, SSE stream, or WebSocket stream.
    • ASR: HTTP file transcription or WebSocket realtime stream.
    • Agent: REST lifecycle plus external realtime media channel.
    • Video: upload/create/poll/storyboard pipeline.
  1. Build a minimal valid request first:
    • Add Authorization: Bearer .
    • Set required fields only.
    • Validate model and endpoint compatibility.
  1. Add advanced options only when asked:
    • Voice tuning, dictionary, translation, diarization, timestamps, storyboard edits.
  1. Parse responses safely:
    • Check status fields before using payload data.
    • For TTS, decode hex audio to bytes before saving or playback.
    • For streams, aggregate chunks and finalize on terminal event/status.
  1. Add production hardening:
    • Timeout and retry strategy for transient failures.
    • Explicit handling of auth, quota, parameter, and not-found errors.
    • Structured logs with trace_id or session identifiers when available.

Implementation Rules

  • Keep API keys in environment variables, never hardcode secrets.
  • Prefer curl first for reproducibility, then provide language SDK code.
  • For WebSocket flows, enforce event ordering from the reference docs.
  • Keep examples copy-paste runnable.
  • If user provides invalid parameter combinations, explain the exact fix.

Output Checklist

When producing implementation output, include:

  1. Chosen endpoint and protocol.
  2. Minimal request example.
  3. One production-ready version (language requested by user).
  4. Error handling and response parsing notes.
  5. Any model-specific constraints that apply.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

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

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 834 📥 212,990
ai-intelligence

Self-Improving + Proactive Agent

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