Audio
The <audio>
tag creates an audio layer.
SYNTAX
<audio
src="local audio file"
url="remote audio file"
duration="time | variable"
offset="time"
volume="number"
condition="variable"
>
. . .
</audio>
ATTRIBUTES
- src
- A local audio resource's filename or a variable pointing to one.
- url
- A remote audio resource's URL or a variable pointing to one.
- duration
- The duration this layer is rendered. The duration can be given in frame or time format. Default is the natural duration of the footage item. Can be a variable.
- offset
- The time from the beginning of the scene when this layer shall begin to render. Default
is "0".
- volume
- The volume this audio layer shall have. Range is 0..1, default is "1".
- condition
- A variable definition which determines whether the layer is rendered or not. Default is to always render the layer.