Generate a song, instrumental, rap, or vocal stem.
audiopod music "lo-fi rainy 90 BPM" --duration 60 --out song.wavaudiopod music "intro for podcast about climate" --kind instrumental --out intro.wavaudiopod music "uplifting wedding ballad" --lyrics "We met..." --kind song
Flags
Flag
Default
Description
--kind
song
One of song, instrumental, rap, vocals.
--duration
60
Seconds (10–600).
--lyrics
—
Optional lyric text for vocal modes.
--out
—
If set, the CLI waits for completion and downloads to this path.
Produce a finished, ACX-compliant audiobook from a manuscript — upload, narrate, export, and (with --out) download the package in one command.
audiopod audiobook book.epub --title "The Lighthouse Keeper" --author "A. P. Tester" --voice 387 --out lighthouse-acx.zipaudiopod audiobook --text "Once upon a time..." --title "A Short Tale" --voice 387
Flag
Description
<file>
Manuscript file (PDF/EPUB/DOCX/TXT). Omit and use --text to narrate raw text.
--title (required)
Audiobook title.
--author
Author name (written into the package metadata).
--text
Narrate this text instead of a file.
--voice
Narration voice ID (default 387).
--out
Download the ACX package ZIP to this path.
--timeout
Max seconds to wait for the full pipeline (default 1800).