Go to the documentation of this file.
16 #define SAMPLE_FORMAT Float32
19 #define _SAMPLE_TYPE_NAME(T) _SAMPLE_##T
20 #define _SAMPLE_TYPE(T) _SAMPLE_TYPE_NAME(T)
22 #define _SAMPLE_Float32 float
23 #define _SAMPLE_Int32 uint32_t
24 #define _SAMPLE_Int24 uint32_t
25 #define _SAMPLE_Int16 uint16_t
26 #define _SAMPLE_Int8 uint8_t
35 #define SAMPLE _SAMPLE_TYPE(SAMPLE_FORMAT)
37 #define _PA_SAMPLE_FORMAT_HELPER(x) pa##x
38 #define _PA_SAMPLE_FORMAT(x) _PA_SAMPLE_FORMAT_HELPER(x)
41 #define PA_SAMPLE_FORMAT _PA_SAMPLE_FORMAT(SAMPLE_FORMAT)