From fe5b3f4fed727b6cf0e98a3454070a53ffcb2ee6 Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Wed, 15 Nov 2023 00:52:57 -0800
Subject: Support 32-bit int sample storage

---
 core/buffer_storage.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'core/buffer_storage.h')

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,
-- 
cgit v1.2.3