Author :
Ryan C. Gordon
Date :
2017-02-17 02:25:37
Hash :e8677a1b Message :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.