diff -Naur SoundTouch-1.3.0-orig/include/STTypes.h SoundTouch-1.3.0/include/STTypes.h --- SoundTouch-1.3.0-orig/include/STTypes.h 2004-10-30 08:10:16.000000000 -0700 +++ SoundTouch-1.3.0/include/STTypes.h 2005-03-22 23:29:48.768472200 -0800 @@ -58,8 +58,8 @@ /// Enable one of the following defines to choose either 16bit integer or /// 32bit float sample type. If you don't have opinion, using integer samples /// is generally faster. - #define INTEGER_SAMPLES //< 16bit integer samples - //#define FLOAT_SAMPLES //< 32bit float samples + //#define INTEGER_SAMPLES //< 16bit integer samples + #define FLOAT_SAMPLES //< 32bit float samples /// Define this to allow CPU-specific assembler optimizations. Notice that @@ -68,7 +68,7 @@ /// However, if you're having difficulties getting the optimized routines /// compiled with your compler (e.g. some gcc compiler versions may be picky), /// you may wish to disable the optimizations to make the library compile. - #define ALLOW_OPTIMIZATIONS 1 + //#define ALLOW_OPTIMIZATIONS 1 #ifdef INTEGER_SAMPLES