Commit 1e66d457d76202f58fb489c757ef0ee033c6787a

Ryan C. Gordon 2017-01-15T05:01:59

audio: Some fixes to the audio data type converter code. Removed some needless things ("len / sizeof (Uint8)"), and made sure the int32 -> float code uses doubles to avoid working with large integer values in a 32-bit float.