Make mSampleData an array of floats instead of an array of arrays
commit7668c35272a1feae7a8d9c6e5b243662a0829a34
authorChris Robinson <chris.kcat@gmail.com>
Wed, 28 Feb 2024 14:02:30 +0000 (28 06:02 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 28 Feb 2024 14:02:30 +0000 (28 06:02 -0800)
treec9e7298c6205c79c1c3492ff791c1ed15c7e7bc1
parent83c66ae3b406a922b6c8e0e4cedf8d95e24209f4
Make mSampleData an array of floats instead of an array of arrays

This helps reduce the amount of unused memory in between the mixing channels'
storage, for better cache utilization.
core/device.h
core/voice.cpp