]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
Disable debug capture of AF
authorFrank Livingston <frank-livingston@ti.com>
Fri, 20 Apr 2018 20:56:06 +0000 (15:56 -0500)
committerFrank Livingston <frank-livingston@ti.com>
Fri, 20 Apr 2018 20:56:06 +0000 (15:56 -0500)
pasdk/common/dbgCapAf.h
pasdk/test_dsp/framework/audioStreamOutDec.c

index 017d655c36f9b6aa1b9d75ce507261b836fd4ddb..38a5c7ecf845d7f752754c2119d86e1d47bebf4e 100644 (file)
@@ -44,7 +44,7 @@ All rights reserved.
 #define CAP_AF_SOK         ( 0 )
 #define CAP_AF_INV_CHNUM   ( -1 )
 
-#define DBG_CAP_AF
+//#define DBG_CAP_AF
 #ifdef DBG_CAP_AF
 // buffer capture parameters
 #define CAP_AF_MAX_NUM_FRAME       ( 5625 ) //( 100 )
index 9cdb1a6a1059d6b676feda77279a8b71e412f693..989e9923ad01d0af2f900980cfb19492c048041f 100644 (file)
@@ -448,7 +448,7 @@ Int asopDecOutProcStream(
         // debug
         cbLog(pCbCtl, z, 1, "asopDecOutProcStream:cbReadAf()");
         
-#if 1 // debug, capture audio frame
+#if 0 // debug, capture audio frame
         if (capAfWrite(pAfRd, PAF_LEFT) != CAP_AF_SOK)
 //      if (capAfWrite(pAfRd, PAF_RIGHT) != CAP_AF_SOK)
         {