QUOTE (jcoalson @ Jun 1 2009, 16:26)

libFLAC only uses floating point in parts of the encoder. (decoding is integer only.) there is a fixed point flavor you can turn on with #ifdefs but it's not very good.
Thanks Josh Coalson.
Is it possible for you to also provide me an idea on Approx. no. of
Multiplications,
Adds/subs,
ORs/Shifts,
Movs etc
involved in decoding of per sample of audio frame by library libFlac, .. this can give idea on performance on any platform.
I guess i have not asked smthing unanswerable