2.6k
GitHub Stars
3
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill qwen3-audio- _meta.json454 B
- pyproject.toml182 B
- SKILL.md6.1 KB
Overview
This skill is a high-performance audio library optimized for Apple Silicon that provides fast text-to-speech (TTS) and speech-to-text (STT). It supports multiple models, voice cloning, voice design, emotion/style control, and common audio formats for production workflows on M1–M4 Macs.
How this skill works
The library runs locally on Apple Silicon and exposes command-line scripts to perform TTS, STT, voice creation, and voice management. TTS can use reference audio or predefined speakers and supports instruction-based style control; STT produces transcripts and subtitle formats. Voices are stored as reusable profiles with reference audio and transcript files for quick cloning and reuse.
When to use it
- Generate high-quality speech locally on Apple Silicon without remote APIs.
- Clone a specific voice from a short reference recording for personalized TTS.
- Produce subtitles or transcripts from audio files in txt, srt, or ass formats.
- Create custom voice timbres by describing desired characteristics for voice design.
- Manage and reuse multiple voice profiles across projects and pipelines.
Best practices
- Run environment checks on an Apple Silicon Mac with Python 3.10+ before use.
- Use clear, noise-free reference audio and an accurate transcript for best cloning results.
- Choose a predefined speaker whose native language matches the target language for higher quality.
- Store voice profiles in the provided voices/ directory and use consistent IDs for automation.
- Export STT outputs to subtitle formats (srt/ass) when integrating with video workflows.
Example use cases
- Produce narration for short-form videos with emotion control (e.g., 'Very happy and excited').
- Create a reusable brand voice by recording a reference clip and creating a voice profile.
- Transcribe meeting recordings to editable text and srt subtitles for distribution.
- Rapidly prototype multilingual voice interactions using predefined speakers for each language.
- Convert written content to audio assets for podcasts or accessibility on Apple Silicon devices.
FAQ
An Apple Silicon Mac (M1/M2/M3/M4) and Python 3.10+ are required; run the provided environment checks before using features.
How long should reference audio be for cloning?
Provide a short, clear WAV sample of a few seconds and an accurate transcript; the base model can clone from about 3 seconds for rapid results.
Which output formats does STT support?
STT can produce plain text, ASS subtitle, SRT subtitle, or all formats at once for downstream workflows.