Provides a textual description of the referenced audio source.
<desc
xml:lang = "CDATA"
/>
Attribute |
Data Type |
Required? |
Default |
Description |
xml:lang |
CDATA |
no |
NA |
RFC 1766-compliant identifier used to indicate that the content of the element is in a different language from that of the content surrounding the element. |
This element can only occur as a child of <audio>. It does not affect the audio output in any way.
None.
<?xml version="1.0"?>
<vxml version="2.1" xmlns="http://www.w3.org/2001/vxml">
<form>
<block>
<audio src="../audio/effect_1.wav">
<desc> Vivaldi music earcon </desc>
</audio>
</block>
</form>
</vxml>