Generate Cocos Music Loop
asset_forge_generate_music_loopGenerate looping background music for Cocos games from text prompts and output AudioClip files ready for import.
Instructions
Generate background music and transcode it into a Cocos-ready looping AudioClip file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable asset name. Used for file names after slugification. | |
| seed | No | ||
| style | No | Visual or audio style, e.g. 'cozy pixel art', 'hand-painted fantasy', '8-bit arcade'. | |
| prompt | Yes | ||
| outputDir | No | Directory where generated files should be written. Defaults to server config. | |
| postprocess | No | ||
| durationSeconds | No |