aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/converter.h
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-4/+3
* Try to pacify MSVC's missing a suitable default constructorChris Robinson2018-12-011-17/+20
* Pass the desired resampler to CreateSampleConverterChris Robinson2018-11-281-1/+3
* Clean up the converter a bitChris Robinson2018-11-281-0/+5
* Convert converter.c to C++Chris Robinson2018-11-171-12/+4
* Fix a macro checkChris Robinson2018-11-011-2/+2
* Use one macro to handle both resample padding sizesChris Robinson2018-01-091-1/+1
* Use the bsinc resampler for the converterChris Robinson2017-06-251-0/+1
* Add a mono<->stereo converterChris Robinson2017-04-111-0/+12
* Update the given source pointer in the sample converterChris Robinson2017-04-101-1/+1
* Reduce the size of the temp input bufferChris Robinson2017-04-101-1/+1
* Add a sample converterChris Robinson2017-04-101-0/+42