Use an 8-bit type to hand the HrtfStore IR size
commitec2bea832ba137874f1d86407cf25400d6b8714f
authorChris Robinson <chris.kcat@gmail.com>
Mon, 16 Jan 2023 03:01:36 +0000 (15 19:01 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 16 Jan 2023 03:01:36 +0000 (15 19:01 -0800)
tree0ce871e8b008833335900ec29166eab5618fb037
parenteef886b0f215877a3888391122bac8bdb0b76ddf
Use an 8-bit type to hand the HrtfStore IR size

Since the max IR size is 128, and HrtfStore only uses 8 bits for the IR size
member. Silences a truncation warning given by GCC.
core/hrtf.cpp