Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up some more implicit conversions | Chris Robinson | 2019-09-11 | 1 | -14/+14 |
| | |||||
* | Clean up some formatting | Chris Robinson | 2019-09-03 | 1 | -6/+6 |
| | |||||
* | Store the voice fraction offset as unsigned | Chris Robinson | 2019-08-31 | 1 | -2/+1 |
| | |||||
* | Make MixVoice a member function | Chris Robinson | 2019-08-31 | 1 | -51/+52 |
| | |||||
* | Pass a span to the Resample function | Chris Robinson | 2019-08-20 | 1 | -1/+1 |
| | |||||
* | Track the MixVoice sample count and fade counter as unsigned | Chris Robinson | 2019-08-20 | 1 | -18/+16 |
| | |||||
* | Use size_t for the NFC and biquad filters' sample count | Chris Robinson | 2019-08-20 | 1 | -4/+4 |
| | |||||
* | Pass a span for the Mix function's input | Chris Robinson | 2019-08-20 | 1 | -10/+12 |
| | |||||
* | Use the appropriate type | Chris Robinson | 2019-08-18 | 1 | -4/+4 |
| | |||||
* | Remove always-true assumption | Chris Robinson | 2019-08-12 | 1 | -1/+0 |
| | |||||
* | Remove multiple buffers per queue item | Chris Robinson | 2019-08-11 | 1 | -92/+41 |
| | | | | And simplify related code | ||||
* | Update some includes | Chris Robinson | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | Move some structs to where they're used | Chris Robinson | 2019-08-04 | 1 | -20/+37 |
| | |||||
* | Don't allow numeric values for the resampler option | Chris Robinson | 2019-08-04 | 1 | -8/+1 |
| | |||||
* | Modify LIKELY and UNLIKELY to not need extra parenthesis | Chris Robinson | 2019-08-04 | 1 | -8/+8 |
| | |||||
* | Make a couple counts size_t | Chris Robinson | 2019-08-03 | 1 | -0/+1 |
| | |||||
* | Use a smart pointer for holding the context's device | Chris Robinson | 2019-08-01 | 1 | -1/+1 |
| | |||||
* | Add iterators to ALbufferlistitem | Chris Robinson | 2019-07-31 | 1 | -33/+29 |
| | | | | And change some types to ALuint | ||||
* | Properly prefix ALCcontext members | Chris Robinson | 2019-07-30 | 1 | -7/+7 |
| | |||||
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 1 | -3/+3 |
| | |||||
* | Move the event declarations to a separate header | Chris Robinson | 2019-07-29 | 1 | -0/+1 |
| | |||||
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -0/+954 |