Commit e8677a1bd2f3b277503c5e1d1dab6df56f3744aa

Ryan C. Gordon 2017-02-17T02:25:37

audio: Added basic WAVE_FORMAT_EXTENSIBLE support to .wav loader. This is just enough to get you through a file that just used the extended header for float or int data. It doesn't handle all the other things that you expect from this header, like 24-bit samples inside a 32-bit container or speaker masks.