diff --git a/cwDspTypes.h b/cwDspTypes.h index 1deff5b..9a03f69 100644 --- a/cwDspTypes.h +++ b/cwDspTypes.h @@ -7,8 +7,8 @@ namespace cw { typedef float real_t; typedef float sample_t; - typedef double fd_real_t; - typedef double srate_t; + typedef float fd_real_t; + typedef float srate_t; } } #endif