Noah пре 7 година
родитељ
комит
1d71a409c0
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      audiogram/index.js

+ 1 - 0
audiogram/index.js Прегледај датотеку

@@ -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){