aboutsummaryrefslogtreecommitdiffstats
path: root/core/buffer_storage.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-11-15 00:52:57 -0800
committerChris Robinson <[email protected]>2023-11-15 00:52:57 -0800
commitfe5b3f4fed727b6cf0e98a3454070a53ffcb2ee6 (patch)
tree784ac3793ef94cff7b4f1ab21f51f68b0e606dec /core/buffer_storage.h
parentb5f5622de373ebb3dac9a1b0ce15a12d84e03b19 (diff)
Support 32-bit int sample storage
Diffstat (limited to 'core/buffer_storage.h')
-rw-r--r--core/buffer_storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/buffer_storage.h b/core/buffer_storage.h
index d8ab0b67..3b581b5e 100644
--- a/core/buffer_storage.h
+++ b/core/buffer_storage.h
@@ -15,6 +15,7 @@ using uint = unsigned int;
enum FmtType : unsigned char {
FmtUByte,
FmtShort,
+ FmtInt,
FmtFloat,
FmtDouble,
FmtMulaw,