aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/converter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Try to pacify MSVC's missing a suitable default constructorChris Robinson2018-12-011-7/+2
* Pass the desired resampler to CreateSampleConverterChris Robinson2018-11-281-4/+8
* Clean up the converter a bitChris Robinson2018-11-281-64/+56
* Use RAII when handling the mixer's FPU stateChris Robinson2018-11-211-4/+2
* Use more C++ templates instead of DECL_TEMPLATE tricksChris Robinson2018-11-201-202/+145
* Convert converter.c to C++Chris Robinson2018-11-171-0/+469