CC-5108 : Waveform Editor UI
putting on the timescale for time reference. fade editor now has cursor playback info.
This commit is contained in:
parent
16bd407136
commit
75e6f21ce0
10 changed files with 141 additions and 14 deletions
|
@ -83,7 +83,8 @@ AudioPlayout.prototype.loadData = function (audioData, cb) {
|
|||
cb(buffer);
|
||||
},
|
||||
function(err) {
|
||||
console.log("err(decodeAudioData): "+err);
|
||||
console.log("err(decodeAudioData): "+err);
|
||||
cb(null, err);
|
||||
}
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue