cwDspType.h : Set fd_real_t to float.

This commit is contained in:
kevin 2023-01-08 14:12:45 -05:00
parent 8c43021040
commit 430feeed7c

View File

@ -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