Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-22 | Project Andio | Kelebek1 | |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
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. | |||
2020-12-30 | Make the coding conventions more consistant | 16-Bit-Dog | |
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... | |||
2020-12-03 | audio_core: Make shadowing and unused parameters errors | Lioncash | |
Moves the audio code closer to enabling warnings as errors in general. | |||
2020-10-20 | Revert "core: Fix clang build" | bunnei | |
2020-10-17 | core: Fix clang build | Lioncash | |
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795 | |||
2020-10-13 | audio_core/CMakeLists: Make warnings consistent with core | Lioncash | |
Normalizes the warnings shared between audio_core and core. | |||
2020-07-25 | audio_core: Apollo Part 1, AudioRenderer refactor | David Marcec | |
2020-02-22 | audio_core: interpolate: Improvements to fix audio crackling. | bunnei | |
- Fixes audio crackling in Crash Team Racing Nitro-Fueled, Super Mario Odyssey, and others. - Addresses followup issues from #3310. | |||
2020-02-22 | audio_core: interpolate: Fix include for climits (Linux build break). | bunnei | |
2020-01-24 | audio_core: Switch to a faster interpolation technique | FearlessTobi | |
2018-12-06 | Avoid (expensive) audio interpolation when sample rates already match | heapo | |
2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | |
2018-08-21 | audio_core/filter: Add explicit cast to assignment in Process() | Lioncash | |
Previously this would cause warnings about implicit conversions to s16 from a double | |||
2018-08-13 | audio_core: Interpolate | MerryMage | |
2018-08-13 | audio_core: Implement low-pass filter | MerryMage | |