Imports an audio file and create a clip for it.
This command supports downloading files off the internet. If the filename
specified is a URL then the file is downloaded locally before the command
is executed.
oReturn = ImportAudioAndAddClip( Model, [FileName] ); |
Returns the new audio Clip.
Parameter | Type | Description |
---|---|---|
Model | String | Model to import the audio file to. |
FileName | String |
Full path to the audio file to import. Default Value: User is prompted to select a file |