Use specialized methods for converting IMA4 and MSADPCM to ALshort
commitf82f3f10ab55fe43178b88c9b8e0fb6a0b839242
authorChris Robinson <chris.kcat@gmail.com>
Wed, 5 Mar 2014 12:59:24 +0000 (5 04:59 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 5 Mar 2014 12:59:24 +0000 (5 04:59 -0800)
treeba381001b3d8d09802163d127a28c1ced51e6128
parent15b68fe694f62af249b1c422a7be0843c420a353
Use specialized methods for converting IMA4 and MSADPCM to ALshort

Since the decoder methods already convert to ALshort, there's no need to use a
temp buffer that's just going to copy directly to the destination.
OpenAL32/alBuffer.c