]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - pasdk/test_dsp/framework/audioStreamOutProc.h
Manually merged commit 7df08c3 from
[processor-sdk/performance-audio-sr.git] / pasdk / test_dsp / framework / audioStreamOutProc.h
index f30c85dfb680f4df14b63e6c30d374e0eee07043..53a29c3329e2996772f8511616c88052f83f8bb8 100644 (file)
@@ -208,6 +208,7 @@ typedef struct PAF_AST_OutIO {
     uint32_t ioBuffBuf2AllocCnt;        // Output buffer2 allocation (split buffer on buffer wrap) count
     uint32_t errIoBuffOvrCnt;           // Output IO overflow count
     uint32_t errIoBuffUndCnt;           // Output IO underflow count
+    float rateX;                        // Input/Output clock ratio
     
     // debugging counters
     uint32_t num_xfers;