Ignore:
Timestamp:
10/07/06 02:49:28 (18 years ago)
Author:
r2d
Message:
  • fixed a LOT of bugs
  • fixed a bug that took me 2 days to find :)
  • remember to ALWAYS use -Wall with a C compiler (C++ is great !!!)
  • files can be played, but are not bit identical with the 1.15w encoder (the last digits of floats are not the same) - must be fixed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/libmpcpsy/fft_routines.c

    r65 r71  
    8282static float  Hann_1600 [1600];
    8383
     84void   Generate_FFT_Tables ( const int, int*, float* );
     85void   rdft                ( const int, float*, int*, float* );
     86
    8487
    8588//////////////////////////////
     
    170173}
    171174
    172 
    173175/* F U N C T I O N S */
    174176// generates FFT lookup-tables
Note: See TracChangeset for help on using the changeset viewer.