Browse Source

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

Commented out cmFrqTrkPrint() in cmSpecDistInit().
master
Kevin Larke 9 years ago
parent
commit
d1c1465f88
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      cmProc2.c

+ 2
- 2
cmProc2.c View File

@@ -5582,7 +5582,7 @@ cmRC_t cmSpecDistInit( cmSpecDist_t* p, unsigned procSmpCnt, double srate, unsig
5582 5582
   fta.attenFn       = "/home/kevin/temp/frqtrk/atten.va";
5583 5583
 
5584 5584
   p->ft  = cmFrqTrkAlloc( p->obj.ctx, NULL, &fta );
5585
-  cmFrqTrkPrint(p->ft);
5585
+  //cmFrqTrkPrint(p->ft);
5586 5586
 
5587 5587
   cmFbCtlArgs_t fba;
5588 5588
   fba.srate = srate;
@@ -5905,7 +5905,7 @@ cmRC_t  cmSpecDistExec( cmSpecDist_t* p, const cmSample_t* sp, unsigned sn )
5905 5905
 
5906 5906
 
5907 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 5909
     //cmVOR_MultVV(X1m, p->pva->binCnt,p->ft->aV );
5910 5910
 
5911 5911
 

Loading…
Cancel
Save