aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/converter.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This converter always outputs floats, and uses energy-preserving scaling.
* 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
This is intended to do conversions for interleaved samples, and supports changing from one DevFmtType to another as well as resampling. It does not handle remixing channels. The mixer is more optimized to use the resampling functions directly. However, this should prove useful for recording with certain backends that won't do the conversion themselves.