Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 292 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 292 Bytes

Cordova BASS Audio Library Plugin

Usage

<script type="text/javascript>
	bassaudio.play(fileName, options, function(channel) {
		alert('success');
	}, function(e) {
		alert('error');
	});
</script>

Compatibility

Phonegap > 3.0.0