Previous Element | Next Element |
SoundEnvelope
This element defines the volume of the left and right
channels of the sound at a particular point. The volume of
the channel at points not specified by a SoundEnvelope are
interpolated linearly using those specified. The volume of
each channel at the beginning and end is automatically set
to the maximum value unless explicitly set using a
SoundEnvelope.
Attributes
mark | The position within the sound at which these channel values apply. Position is specified in milliseconds. | |
Type | Integer | |
leftVolume | The volume of the sound in the left channel. | |
Type | Integer | |
From Value | 0 | |
To Value | 100> | |
Default Value | 0 | |
rightVolume | The volume of the sound in the right channel. | |
Type | Integer | |
From Value | 0 | |
To Value | 100> | |
Default Value | 0 |
Child Elements
None
Parent Elements
SoundInfoExamples
Button Sound ExampleSound Envelope Example
Previous Element | Next Element |