Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audio_core: interpolate: Improvements to fix audio crackling. | bunnei | 2020-02-23 | 2 | -23/+38 |
* | audio_core: interpolate: Fix include for climits (Linux build break). | bunnei | 2020-02-22 | 1 | -1/+1 |
* | audio_core: Switch to a faster interpolation technique | FearlessTobi | 2020-01-24 | 2 | -48/+159 |
* | Avoid (expensive) audio interpolation when sample rates already match | heapo | 2018-12-06 | 1 | -2/+3 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 4 | -16/+16 |
* | audio_core/filter: Add explicit cast to assignment in Process() | Lioncash | 2018-08-21 | 1 | -1/+1 |
* | audio_core: Interpolate | MerryMage | 2018-08-13 | 2 | -0/+114 |
* | audio_core: Implement low-pass filter | MerryMage | 2018-08-13 | 2 | -0/+141 |