소스 검색

Add channels

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