Panzer Audio Player

$('audio').panzer();
$('audio').panzer({theme: 'light', rates: {'1.5x': 1.5, '0.5x': 0.5, '1x': 1}});
$('audio').panzer({expanded: true, showvolume: true});
$('audio').panzer({theme: 'light', expanded: true, showduration: true, showvolume: true});
$('audio').panzer({expanded: true, showdownload: true, showduration: true, showvolume: true});
$('audio').panzer({layout: 'big'});
$('audio').panzer({theme: 'light', layout: 'big'});
$('audio').panzer({layout: 'big', showdownload: true, showduration: true});
$('audio').panzer({layout: 'big', cover: 'cover1.jpg'});
$('audio').panzer({theme: 'light', layout: 'big', cover: 'cover2.jpg', rates: {'1.5x': 1.5, '0.5x': 0.5, '1x': 1}});


$('audio').panzerlist({title:'My playlist 1', rates: {'1.5x': 1.5, '0.5x': 0.5, '1x': 1}});
$('audio').panzerlist({theme: 'light', layout: 'big', title:'My playlist 2', show_prev_next: true, showdownload: true, auto_numbering: true, expanded: true});

Supported Browsers

Internet Explorer 9+, Chrome 33+, Firefox 27+, Opera 20+, Safari 5+, iOS 4+, Android 2.3+, Blackberry 7+, Opera Mini 11+

Note

If your browser doesn't have JavaScript enabled, the plugin fallbacks to the HTML5 <audio> tag. If the browser doesn't support the HTML5 <audio> tag, then a download button will be available for the user to get the file and listen to it locally on his computer.