No description
- TypeScript 100%
Generic harness: derives a fast-check arbitrary from every model zod schema (globalArguments, method arguments, resource schemas) and asserts generated data round-trips through the schema's own safeParse. Identical file across extensions; canonical copy + docs live in mms/tests/property/. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .claude/skills/voicebox | ||
| extensions/models | ||
| tests/property | ||
| .gitignore | ||
| .swamp.yaml | ||
| CLAUDE.md | ||
| manifest.yaml | ||
| README.md | ||
@keeb/voicebox
Swamp extension for Voicebox TTS API — voice profile management and speech generation.
Models
@voicebox/api
Manage voice profiles and generate speech using Voicebox.
| Method | Description |
|---|---|
health |
Check server health and GPU status |
load-model |
Load a TTS model into GPU memory |
list-profiles |
List all voice profiles |
create-profile |
Create a new voice profile |
delete-profile |
Delete a voice profile |
generate |
Generate speech from text (polls to completion, saves audio) |
history |
List generation history |
seed-presets |
Seed preset voice profiles for an engine |
add-sample |
Upload an audio sample to a profile |
model-status |
Get status of all loaded TTS models |
Global arguments: baseUrl
Install
swamp extension pull @keeb/voicebox
License
MIT