1
0
mirror of http://mpg123.de/trunk/.git synced 2025-10-29 14:09:21 +03:00
Files
mpg123/doc/ACCURACY
thor 8ea2fd2219 Some docs I added in the lib branch.
git-svn-id: svn://scm.orgis.org/mpg123/trunk@1008 35dc7657-300d-0410-a2e5-dc2837fedb53
2007-10-16 01:19:33 +00:00

5 lines
374 B
Plaintext

I'll add some more notes on accuracy and compilance here later.
For now, I just want to have it noted that indeed (as one may suspect) CFLAGS change the decoder output.
The generic decoder in debugging mode has samples deviating from the usual optimized build by +-1.
Well, that's not too surprising... when you do float calculations and convert to integer, that happens...