Displaying 1 result from an estimated 1 matches for "g_uisourceid".
2006 Sep 08
2
problem with compression and decompression
...int iFrameSize = 0;
char cComFrame[200];
ALchar ArrTemp[BUFFERSIZE];
g_oCapture.Compress(g_ArrBuffer, &iFrameSize, cComFrame
);
g_oCapture.Decompress(ArrTemp, iFrameSize, cComFrame);
g_oCapture.ProcessBuffers(g_uiSourceID);
g_oCapture.QueueBuffer(g_uiSourceID, ArrTemp, BUFFERSIZE );
g_oCapture.PlayStream(g_uiSourceID);
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20060908/eb712a38/atta...