audio_import
Import an audio file into the FMOD project as a reusable asset. Returns the asset's GUID to assign it to an instrument, copying the file into the project.
Instructions
Import an audio file into the project as a reusable asset.
Returns the asset's {guid} so it can be assigned to an instrument. Long operation — asset files are copied into the project.
Args: file_path: Absolute path to a .wav/.aiff/.flac/.mp3/.ogg file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |