Generate Cocos Sound Effect
asset_forge_generate_sfxGenerate short sound effects from text descriptions and transcode them into Cocos-ready AudioClip files for use in game development.
Instructions
Generate a short sound effect and transcode it into a Cocos-ready 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 |