| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Project Andio | 2022-07-22 | 4 | -415/+0 | |
| | | |||||
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 4 | -12/+8 | |
| | | | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | ||||
| * | Make the coding conventions more consistant | 2020-12-30 | 1 | -1/+1 | |
| | | | | | | lut_index had 0 added when nothing was supposed to be added despite this, index was not added to 0 when nothing was supposed to be added... | ||||
| * | audio_core: Make shadowing and unused parameters errors | 2020-12-03 | 2 | -5/+5 | |
| | | | | | Moves the audio code closer to enabling warnings as errors in general. | ||||
| * | Revert "core: Fix clang build" | 2020-10-20 | 1 | -3/+3 | |
| | | |||||
| * | core: Fix clang build | 2020-10-17 | 1 | -3/+3 | |
| | | | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795 | ||||
| * | audio_core/CMakeLists: Make warnings consistent with core | 2020-10-13 | 2 | -3/+5 | |
| | | | | | Normalizes the warnings shared between audio_core and core. | ||||
| * | audio_core: Apollo Part 1, AudioRenderer refactor | 2020-07-25 | 2 | -0/+35 | |
| | | |||||
| * | audio_core: interpolate: Improvements to fix audio crackling. | 2020-02-22 | 2 | -23/+38 | |
| | | | | | | - Fixes audio crackling in Crash Team Racing Nitro-Fueled, Super Mario Odyssey, and others. - Addresses followup issues from #3310. | ||||
| * | audio_core: interpolate: Fix include for climits (Linux build break). | 2020-02-22 | 1 | -1/+1 | |
| | | |||||
| * | audio_core: Switch to a faster interpolation technique | 2020-01-24 | 2 | -48/+159 | |
| | | |||||
| * | Avoid (expensive) audio interpolation when sample rates already match | 2018-12-06 | 1 | -2/+3 | |
| | | |||||
| * | Port #4182 from Citra: "Prefix all size_t with std::" | 2018-09-15 | 4 | -16/+16 | |
| | | |||||
| * | audio_core/filter: Add explicit cast to assignment in Process() | 2018-08-21 | 1 | -1/+1 | |
| | | | | | | Previously this would cause warnings about implicit conversions to s16 from a double | ||||
| * | audio_core: Interpolate | 2018-08-13 | 2 | -0/+114 | |
| | | |||||
| * | audio_core: Implement low-pass filter | 2018-08-13 | 2 | -0/+141 | |