diff --git a/src/streamtypes.h b/src/streamtypes.h index c4be0d31..35c77625 100644 --- a/src/streamtypes.h +++ b/src/streamtypes.h @@ -29,6 +29,7 @@ #include #endif /* _MSC_VER */ -typedef int16_t sample; +typedef int16_t sample; //TODO: deprecated, remove +typedef int16_t sample_t; #endif