瀏覽代碼

cmProc2.c : Commented out cmFrqTrkExec() in cmSpecDistExec() due to crashing.

Commented out cmFrqTrkPrint() in cmSpecDistInit().
master
Kevin Larke 9 年之前
父節點
當前提交
d1c1465f88
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      cmProc2.c

+ 2
- 2
cmProc2.c 查看文件

5582
   fta.attenFn       = "/home/kevin/temp/frqtrk/atten.va";
5582
   fta.attenFn       = "/home/kevin/temp/frqtrk/atten.va";
5583
 
5583
 
5584
   p->ft  = cmFrqTrkAlloc( p->obj.ctx, NULL, &fta );
5584
   p->ft  = cmFrqTrkAlloc( p->obj.ctx, NULL, &fta );
5585
-  cmFrqTrkPrint(p->ft);
5585
+  //cmFrqTrkPrint(p->ft);
5586
 
5586
 
5587
   cmFbCtlArgs_t fba;
5587
   cmFbCtlArgs_t fba;
5588
   fba.srate = srate;
5588
   fba.srate = srate;
5905
 
5905
 
5906
 
5906
 
5907
     // run and apply the tracker/supressor
5907
     // run and apply the tracker/supressor
5908
-    cmFrqTrkExec(p->ft, X1m, p->pva->phsV, NULL ); 
5908
+    //cmFrqTrkExec(p->ft, X1m, p->pva->phsV, NULL ); 
5909
     //cmVOR_MultVV(X1m, p->pva->binCnt,p->ft->aV );
5909
     //cmVOR_MultVV(X1m, p->pva->binCnt,p->ft->aV );
5910
 
5910
 
5911
 
5911
 

Loading…
取消
儲存