search for: arrtemp

Displaying 1 result from an estimated 1 matches for "arrtemp".

Did you mean: airtemp
2006 Sep 08
2
problem with compression and decompression
...out[i] = output[i]; strcpy(pDecomData, out); } main.cpp while (!_kbhit() ) { if ( g_oCapture.CaptureSamples(g_ArrBuffer, (BUFFERSIZE / g_sWaveHeader.wfex.nBlockAlign) ) ) { 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 );...