Hello, Stephen, thank you; people on HydrogenAudio already helped me to
properly convert 16 bits FLAC sound data to 32 bits float data; the right way
is as follows :
FloatFLACDecodingData.LOut[FloatFLACDecodingData.WriteAddress + i] = float (
buffer[0][i] ) / 32768.0f;
08.03.2014, 22:47, "Step
On Sat, Mar 8, 2014 at 7:49 AM, Каримов Родион wrote:
> I create FLAC file decoding, processing and playing program and have the
> following question : how to convert FLAC 16 bit file data to 32 bit float
> buffer for CPU processing? I've already inplemented sound playing and
> tested it with sine