Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up some gotos and non-optimal casts | Chris Robinson | 2023-12-26 | 1 | -8/+7 |
| | |||||
* | Fix clang-tidy warnings from the examples and utilities | Chris Robinson | 2023-12-13 | 1 | -10/+10 |
| | |||||
* | Add missing include for examples to have a UTF-8 main | Chris Robinson | 2023-12-06 | 1 | -0/+2 |
| | |||||
* | Rename the convolution reverb effect to just convolution | Chris Robinson | 2023-10-12 | 1 | -16/+16 |
| | | | | | While the common use case, convolution can do more than just reverb, and it nicely shortens the name. | ||||
* | Fix some typos (#872) | Dirk Stolle | 2023-07-04 | 1 | -2/+2 |
| | |||||
* | Define FUNCTION_CAST in a common header | Chris Robinson | 2022-04-22 | 1 | -11/+0 |
| | |||||
* | Use a more C99-compliant function cast | Chris Robinson | 2022-02-26 | 1 | -1/+12 |
| | |||||
* | Support B-Format sounds in the examples | Chris Robinson | 2020-09-22 | 1 | -1/+12 |
| | |||||
* | Support B-Format amb file IRs in alconvolve | Chris Robinson | 2020-09-22 | 1 | -1/+12 |
| | | | | | | Be aware this requires proper header data (a WAVE_FORMAT_EXTENSIBLE format with the proper integer or float B-Format sub-format GUID). A normal 4-channel wave file will not be recognized, since it's indistinguishable from quadrophonic. | ||||
* | Add an alconvolve option to silence the dry signal | Chris Robinson | 2020-09-22 | 1 | -3/+49 |
| | |||||
* | Print the name and format for alconvole's impulse response | Chris Robinson | 2020-09-05 | 1 | -7/+18 |
| | |||||
* | Add an in-progress extension string for convolution reverb | Chris Robinson | 2020-09-01 | 1 | -2/+2 |
| | |||||
* | Base the convolution example on the simpler stream example | Chris Robinson | 2020-08-26 | 1 | -0/+515 |