keryx music gen¶
Description¶
Compose a music bed. Two modes:
- Standalone: writes a single bed to an mp3 (
--out, defaultbed.mp3). - Take mode:
--takes N --workspace <slug>generates N candidate beds into the workspace, for review withmusic pick.
The prompt comes from --prompt, or falls back to the resolved reel theme's
music prompt. --length accepts a Go duration (e.g. 35s); the default is 35s.
Usage¶
Flags¶
| Flag | Description | Default | Required |
|---|---|---|---|
--prompt |
music bed description | ||
--length |
bed length (e.g. 35s) | 35s |
|
--out |
output mp3 path | bed.mp3 |
|
--theme |
reel theme for music defaults | ||
--workspace |
reel workspace slug (take mode) | ||
--takes |
number of candidate beds to generate | 0 |