diff options
Diffstat (limited to 'source/samplebuffer.hpp')
-rw-r--r-- | source/samplebuffer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/samplebuffer.hpp b/source/samplebuffer.hpp index 9aabfdd..334c048 100644 --- a/source/samplebuffer.hpp +++ b/source/samplebuffer.hpp @@ -6,7 +6,7 @@ using Sample = uint16_t; -// gives 8000 +// gives 8000 (8192) constexpr unsigned int MAX_SAMPLE_BUFFER_BYTESIZE = 16384; constexpr unsigned int MAX_SAMPLE_BUFFER_SIZE = MAX_SAMPLE_BUFFER_BYTESIZE / sizeof(Sample); |