Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make C callbacks noexcept | Chris Robinson | 2019-10-09 | 1 | -11/+11 |
| | | | | | No telling what would happen if exceptions managed to get back into presumably C-based callers. | ||||
* | Never return null from CreateRingBuffer | Chris Robinson | 2019-10-08 | 1 | -1/+0 |
| | | | | | Allocation failure would already throw a bad_alloc anyway, now a size overflow throws an exception too. | ||||
* | Clean up some exception messages and avoid duplicate log messages | Chris Robinson | 2019-10-08 | 1 | -52/+2 |
| | |||||
* | Avoid raw lock/unlock calls | Chris Robinson | 2019-10-07 | 1 | -2/+1 |
| | |||||
* | Use exceptions for backend open failures | Chris Robinson | 2019-10-07 | 1 | -83/+82 |
| | |||||
* | Make MAX_RESAMPLER_PADDING specify the total padding | Chris Robinson | 2019-09-28 | 1 | -1/+1 |
| | |||||
* | Use FastBSinc24 for WASAPI and CoreAudio capture | Chris Robinson | 2019-09-28 | 1 | -1/+1 |
| | | | | Given a fixed rate, there's no downside to the fast version. | ||||
* | Make the resampler type an enum class | Chris Robinson | 2019-09-22 | 1 | -1/+1 |
| | |||||
* | Return and pass more appropriate types for backends | Chris Robinson | 2019-09-15 | 1 | -19/+19 |
| | |||||
* | Fix a few more GCC warnings | Chris Robinson | 2019-09-14 | 1 | -1/+2 |
| | |||||
* | Fix some more implicit conversions noted by GCC | Chris Robinson | 2019-09-14 | 1 | -8/+9 |
| | |||||
* | Fix a few more C-style casts | Chris Robinson | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | Use unsigned for the sample and channel converters | Chris Robinson | 2019-08-20 | 1 | -5/+4 |
| | |||||
* | no AudioObjectPropertyAddress on iOS | Li Keqing | 2019-08-07 | 1 | -0/+2 |
| | |||||
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -0/+709 |