|
@@ -63,6 +63,7 @@ Audiogram.prototype.getWaveform = function(cb) {
|
63
|
63
|
this.status("waveform");
|
64
|
64
|
|
65
|
65
|
getWaveform(this.audioPath, {
|
|
66
|
+ channels: this.channels,
|
66
|
67
|
numFrames: this.numFrames,
|
67
|
68
|
samplesPerFrame: this.settings.samplesPerFrame
|
68
|
69
|
}, function(err, waveform){
|