search for: memooutput

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

2004 Aug 06
3
Error in my code
...ameSize); speex_bits_reset(&bits); speex_encode(enc_state, (float*)buffer, &bits); nbBytes = speex_bits_write(&bits, outputBuffer + outputOffset, 65535); inputOffset += frameSize; outputOffset += nbBytes; } MainForm->memoOutput->Lines->Append("A buffer size of '" + (String)length + "' was compressed to '" + (String)outputOffset + "'"); return true; } catch (Exception err) { MainForm->memoOutput->Lines->Append("Exceot...