CC-2301 : adding in crossfade durations to smart blocks.

This commit is contained in:
Naomi 2013-05-08 11:43:53 -04:00
parent f64e99176e
commit fe916ec043
2 changed files with 6 additions and 1 deletions

View file

@ -82,7 +82,9 @@ AudioPlayout.prototype.loadData = function (audioData, cb) {
that.buffer = buffer;
cb(buffer);
},
Error
function(err) {
console.log("err(decodeAudioData): "+err);
}
);
};