aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alconvolve.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some gotos and non-optimal castsChris Robinson2023-12-261-8/+7
|
* Fix clang-tidy warnings from the examples and utilitiesChris Robinson2023-12-131-10/+10
|
* Add missing include for examples to have a UTF-8 mainChris Robinson2023-12-061-0/+2
|
* Rename the convolution reverb effect to just convolutionChris Robinson2023-10-121-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 Stolle2023-07-041-2/+2
|
* Define FUNCTION_CAST in a common headerChris Robinson2022-04-221-11/+0
|
* Use a more C99-compliant function castChris Robinson2022-02-261-1/+12
|
* Support B-Format sounds in the examplesChris Robinson2020-09-221-1/+12
|
* Support B-Format amb file IRs in alconvolveChris Robinson2020-09-221-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 signalChris Robinson2020-09-221-3/+49
|
* Print the name and format for alconvole's impulse responseChris Robinson2020-09-051-7/+18
|
* Add an in-progress extension string for convolution reverbChris Robinson2020-09-011-2/+2
|
* Base the convolution example on the simpler stream exampleChris Robinson2020-08-261-0/+515