Decode IMA4 blocks with fewer loops
commitf424d7f7a623f610c4d87b3d161057ed4118316e
authorChris Robinson <chris.kcat@gmail.com>
Thu, 16 Feb 2023 20:31:16 +0000 (16 12:31 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 16 Feb 2023 20:31:16 +0000 (16 12:31 -0800)
tree32c31f7aa819e3ee577054cca34d65e7a14dae07
parent67415a2686279871822d0e5971155a0fd20092b2
Decode IMA4 blocks with fewer loops

Rather than decoding samples in chunks of 8, calculate the read offset from an
incrementing index.
core/voice.cpp