/* * streamtypes.h - widely used type definitions */ #include #ifndef _STREAMTYPES_H #define _STREAMTYPES_H typedef int16_t sample; #endif