cmProc.h : Added cmShiftBuf_str tag to cmShiftBuf.

This commit is contained in:
kevin 2013-11-26 13:41:33 -05:00
parent 77206408cf
commit 3d32b3ac51

View File

@ -44,7 +44,7 @@ extern "C" {
//------------------------------------------------------------------------------------------------------------ //------------------------------------------------------------------------------------------------------------
/// The buffer is intended to synchronize sample block rates between processes and to provide an overlapped /// The buffer is intended to synchronize sample block rates between processes and to provide an overlapped
/// input buffer. /// input buffer.
typedef struct typedef struct cmShiftBuf_str
{ {
cmObj obj; cmObj obj;
unsigned bufSmpCnt; // wndSmpCnt + hopSmpCnt unsigned bufSmpCnt; // wndSmpCnt + hopSmpCnt