Pointer to the area to read audio data from. This property has to be assigned before the component is used in audio chain.
DataSize : Integer;
The size of data in the buffer. You should set this value each time OnBufferDone is called. If you set the DataSize property to zero, the MemoryIn component will interpret this as the end of data.
InBitsPerSample : Integer;
Use this property to set the number of bits per sample for the input audio stream. Possible values are 8 and 16.
Use this property to set the number of channels for the input audio stream. Possible values are 1 (mono) and 2 (stereo).
Use this property to set the sample rate for the input audio stream. Possible values are determined by the soundcard hardware.
Copyright © 2002 Andrei Borovsky. All rights reserved.