CVSROOT:        /cvs/directfb
Module name:    FusionSound
Changes by:     klan    20070208 12:36:50

Modified files:
        src/core       : fs_types.h 

Log message:
Improved noise shaping filter, using the following function:
y(n) = x(n) + 1/2 * E(x(n-1)) - 1/4 * E(x(n-2)) + 1/8 * E(x(n-3)) + dither.


_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to