Hi all,
I am testing BASS for decoding 24bit FLACs. I think it is working but I want to ensure I am doing the right thing
I have noticed that Bass has decoded 2 bytes per channel sample. Is BASS converting the stream from 24 bit to 16bits automatically?
In that case, for a stereo file, BASS_ChannelGetData would work the same way for 16 or 24 bit ?
int c = BASS_ChannelGetData(chan, stereoData, numBytes*2|BASS_DATA_FLOAT);
Thanks everybody!
PS: BASS is so great :-)