diff options
Diffstat (limited to 'core/buffer_storage.h')
-rw-r--r-- | core/buffer_storage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/buffer_storage.h b/core/buffer_storage.h index d1941a48..282d5b53 100644 --- a/core/buffer_storage.h +++ b/core/buffer_storage.h @@ -5,6 +5,7 @@ #include "albyte.h" #include "alnumeric.h" +#include "alspan.h" #include "ambidefs.h" @@ -84,6 +85,8 @@ struct BufferStorage { CallbackType mCallback{nullptr}; void *mUserData{nullptr}; + al::span<al::byte> mData; + uint mSampleRate{0u}; FmtChannels mChannels{FmtMono}; FmtType mType{FmtShort}; |