01README
Manage Voicebox TTS voice profiles, load TTS engines, generate speech audio, and inspect server health via the Voicebox HTTP API.
02Models
@keeb/voiceboxv2026.03.24.1voicebox.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| baseUrl | string | Voicebox API base URL |
fn health()
Check Voicebox server health and GPU status
fn generate(profileId: string, text: string, language: enum, engine: enum, modelSize: enum, instruct?: string, seed?: number)
Generate speech from text using a voice profile — polls to completion and saves audio
| Argument | Type | Description |
|---|---|---|
| profileId | string | Voice profile ID |
| text | string | Text to synthesize |
| language | enum | |
| engine | enum | |
| modelSize | enum | |
| instruct? | string | Voice style instruction (e.g. 'speak slowly and softly') |
| seed? | number | Random seed for reproducibility |
fn history(limit: number, offset: number)
List generation history
| Argument | Type | Description |
|---|---|---|
| limit | number | Max results to return |
| offset | number | Offset for pagination |
Resources
health(1h)— Voicebox server health status
profile(infinite)— Voice profile
generation(infinite)— TTS generation result
history(1h)— Generation history snapshot
models(1h)— Loaded model status
sample(infinite)— Voice profile sample
Files
audio(audio/wav)— Generated audio file
03Skills
voicebox1 file
04Previous Versions
2026.04.22.2Apr 22, 2026
Added 1 skills
2026.04.06.1Apr 7, 2026
2026.03.24.1Mar 25, 2026
05Stats
A
100 / 100
Downloads
14
Archive size
8.9 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Repository
https://github.com/keeb/swamp-voicebox06Security Notice
This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.
07Platforms
08Labels