libcw/cwDspTypes.h

15 lines
209 B
C
Raw Normal View History

#ifndef cwDspTypes_h
#define cwDspTypes_h
namespace cw
{
namespace dsp
{
typedef float real_t;
typedef float sample_t;
2023-01-08 19:12:45 +00:00
typedef float fd_real_t;
typedef float srate_t;
}
}
#endif