sintonia/livesupport/modules/gstreamerElements/var/animateSound.smil
2005-07-03 17:55:14 +00:00

17 lines
581 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
<body>
<par>
<audio src = "file:var/5seccounter.mp3">
<animate attributeName = "soundLevel"
from = "100%"
to = "0%"
calcMode = "linear"
begin = "1s"
end = "5s"
fill = "freeze"
/>
</audio>
</par>
</body>
</smil>