Skip to content

Commit

Permalink
Replace depreciated AudioElement with MediaElement in audio element e…
Browse files Browse the repository at this point in the history
…xample
  • Loading branch information
SeanBannister committed Nov 11, 2015
1 parent 919285b commit 6f7dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/audio-element/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ document.addEventListener('DOMContentLoaded', function () {
container: document.querySelector('#waveform'),
waveColor: '#A8DBA8',
progressColor: '#3B8686',
backend: 'AudioElement'
backend: 'MediaElement'
});

// Load audio from URL
Expand Down

0 comments on commit 6f7dccd

Please sign in to comment.