Description
Plays pre-recorded or streaming audio. The URL of the source must be specified either by the src attribute, which specifies a fixed URL, or by the expr attribute, which specifies an ECMAScript expression which is evaluated to determine the URL.
For streaming audio, you should set caching="safe" and fetchhint="stream".
The value of the tag (the text between the begin and end tags) specifies "alternative content", i.e. text to be played by speech synthesis in the event that the audio cannot be fetched from the given URL due to a server problem, network overload or other issues. If alternative content is played, it is played exactly as if it had been enclosed in a <prompt> tag.