hf-speech-to-speech-pipeline
CommunityOrchestrate real-time speech-to-speech pipelines.
Authorjayll1303
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a structured approach to building a real-time speech-to-speech pipeline by coordinating VAD, STT, LLM, and TTS components using a queue-based, multi-handler architecture.
Core Features & Use Cases
- BaseHandler contract: enforce a consistent setup, process, and cleanup pattern across all pipeline stages.
- Queue wiring & lazy import: connect stages via queues with on-demand module loading to minimize startup cost.
- Session lifecycle & side-channel patterns: manage per-session state and optional side data without cross-session leakage.
- Progressive streaming: support real-time audio processing with progressive chunks for low latency.
Quick Start
Configure a single-session voice pipeline by wiring VAD, STT, LLM, and TTS handlers using the provided BaseHandler pattern.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: hf-speech-to-speech-pipeline Download link: https://github.com/jayll1303/AIEKit/archive/main.zip#hf-speech-to-speech-pipeline Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.