aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/sample_cvt.h
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup for buffer loadingChris Robinson2018-01-211-1/+4
| | | | | Don't bother with unnecessary and unused converters, and remove some unsupported queries.
* Store mulaw and alaw samples directly in the bufferChris Robinson2018-01-171-0/+3
| | | | | | | They're now decompressed on the fly in the mixer. This is not a significant performance issue given that it only needs a 512-byte lookup table, and the buffer stores half as much data (it may actually be faster, requiring less overall memory).
* Move the sample conversion routines to a separate fileChris Robinson2014-03-051-0/+9