libcw/cwDspTypes.h
2023-01-08 14:12:45 -05:00

15 lines
209 B
C++

#ifndef cwDspTypes_h
#define cwDspTypes_h
namespace cw
{
namespace dsp
{
typedef float real_t;
typedef float sample_t;
typedef float fd_real_t;
typedef float srate_t;
}
}
#endif