Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a template declaration for the resampler functions | Chris Robinson | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | Avoid implicit conversions from signed to unsigned | Chris Robinson | 2019-01-12 | 1 | -5/+5 |
| | |||||
* | Use a flexible array for HrtfHandle and SampleConverter | Chris Robinson | 2019-01-11 | 1 | -10/+9 |
| | |||||
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 1 | -4/+4 |
| | | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295 | ||||
* | Clean up a member name | Chris Robinson | 2018-12-29 | 1 | -8/+8 |
| | |||||
* | Use member functions for the sample and channel converters | Chris Robinson | 2018-12-29 | 1 | -51/+41 |
| | |||||
* | Return unique_ptrs instead of raw pointers | Chris Robinson | 2018-12-27 | 1 | -25/+6 |
| | | | | For the ring buffer, channel converter, and sample converter. | ||||
* | Remove extraneous typedef, struct, and enum keywords | Chris Robinson | 2018-12-24 | 1 | -6/+4 |
| | |||||
* | Try to pacify MSVC's missing a suitable default constructor | Chris Robinson | 2018-12-01 | 1 | -7/+2 |
| | |||||
* | Pass the desired resampler to CreateSampleConverter | Chris Robinson | 2018-11-28 | 1 | -4/+8 |
| | |||||
* | Clean up the converter a bit | Chris Robinson | 2018-11-28 | 1 | -64/+56 |
| | |||||
* | Use RAII when handling the mixer's FPU state | Chris Robinson | 2018-11-21 | 1 | -4/+2 |
| | |||||
* | Use more C++ templates instead of DECL_TEMPLATE tricks | Chris Robinson | 2018-11-20 | 1 | -202/+145 |
| | |||||
* | Convert converter.c to C++ | Chris Robinson | 2018-11-17 | 1 | -0/+469 |