Re: [flac-dev] 16 bits FLAC file data to 32 bit float buffer for CPU processing

2014-03-08 Thread Каримов Родион
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

Re: [flac-dev] 16 bits FLAC file data to 32 bit float buffer for CPU processing

2014-03-08 Thread Stephen F. Booth
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