CC-2301 : adding in crossfade durations to smart blocks.
This commit is contained in:
parent
f64e99176e
commit
fe916ec043
2 changed files with 6 additions and 1 deletions
|
@ -82,7 +82,9 @@ AudioPlayout.prototype.loadData = function (audioData, cb) {
|
|||
that.buffer = buffer;
|
||||
cb(buffer);
|
||||
},
|
||||
Error
|
||||
function(err) {
|
||||
console.log("err(decodeAudioData): "+err);
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue