tencent-asr-integrator

Provide a Tencent Cloud ASR client for audio transcription and speech recognition.

Updated May 3, 2026
One-click install
npx skills add https://github.com/wanyusheng63-alt/vocab-learn --skill tencent-asr-integrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-asr-integrator
Source: https://github.com/wanyusheng63-alt/vocab-learn/tree/main/.codebuddy/skills/tencent-asr-integrator
Command: npx skills add https://github.com/wanyusheng63-alt/vocab-learn --skill tencent-asr-integrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a ready-to-use Tencent Cloud ASR client to transcribe audio and enable speech recognition in applications, simplifying integration and reducing setup time for voice-enabled features.

Core Features & Use Cases

  • Audio File Transcription: Convert audio files into text with configurable engine models and channels.
  • Sentence Recognition: Quickly transcribe short audio snippets for voice messages or quick search.
  • Async/Streaming Recognition: Process large volumes of audio with asynchronous task management and polling.
  • Browser Voice Input & Meeting Transcription: Support browser-based voice input workflows and turning meeting recordings into searchable text.

Quick Start

Install the Tencent ASR SDK, initialize the client, and start a recognition task with an audio buffer.

Frequently Asked Questions about tencent-asr-integrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Tencent Cloud ASR for audio file transcription in TypeScript?

To integrate Tencent Cloud ASR for audio file transcription, initialize the provided client with environment-based configuration to convert audio files into text using configurable engine models and channels.

Can I process meeting transcription and browser voice input asynchronously?

Yes, you can process meeting transcription and browser voice input asynchronously by managing tasks and polling for results to handle large volumes of audio data efficiently.

Does this speech recognition client support environment-based configuration and error handling?

Yes, the speech recognition client supports environment-based configuration for setup and includes error handling, along with an optional sandbox proxy for safe testing.

What is the best way to handle sentence recognition for short audio snippets?

The best way to handle sentence recognition for short audio snippets is using the typed API to quickly transcribe voice messages or audio for quick search applications.

Why use a typed API wrapper for Tencent Cloud speech recognition?

Using a typed API wrapper for Tencent Cloud speech recognition simplifies integration, reduces setup time for voice-enabled features, and provides a ready-to-use client for audio analysis.

Are there limitations when using an optional sandbox proxy for voice transcription?

The optional sandbox proxy is designed for safe testing of voice transcription workflows, but users must still ensure proper Tencent Cloud credentials and environment variables are configured correctly.