The items attribute specifies the audio files presented by the sound element.
<sound>
or
/ items = (file, file, file,... )Name | Type | Description |
---|---|---|
itemname | item | The name of an item element defined elsewhere in the script listing audio file names. |
file | soundfile | The path to a sound file. |
Items can be defined either by specifying the name of an item element or by directly by listing each audio file in the set.
The following defines sound items:
<sound rock>
/ items = ("beatles.wav", "stones.wav", "thewho.wav")
</sound>