Update mpg123 library and fix decode errors crashing.

master
William Toohey 9 years ago
parent a68aa24a22
commit ad71da904f
  1. 2
      lib/workers/audio-worker.js
  2. 21
      src/js/audio/mpg123.js

@ -33,7 +33,7 @@ self.addEventListener('message', function(e) {
// On error we still want to restore the audio file
asset.on("error", function(error) {
self.postMessage({arrayBuffer : arrayBuffer,
error: error},
error: String(error)},
[arrayBuffer]);
});

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save