This example demonstrates the "raw" property for the "file track" class on an <audio> element.
"raw" is implemented as a custom handler,
since getting the raw contents of file tracks is not a standard iTunes API call.
It first retrieves the "location" of the track, then streams the file back to the HTTP client.
<audio src="/selection/1/raw" controls autoplay></audio>
This code gets the raw contents of the first currently selected file.
Select a new track in iTunes and then refresh this page for a little fun!