index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_core
/
algorithm
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2020-12-30
Make the coding conventions more consistant
16-Bit-Dog
2020-12-03
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-10-13
audio_core/CMakeLists: Make warnings consistent with core
Lioncash
2020-07-25
audio_core: Apollo Part 1, AudioRenderer refactor
David Marcec
2020-02-22
audio_core: interpolate: Improvements to fix audio crackling.
bunnei
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
2018-08-13
audio_core: Interpolate
MerryMage
2018-08-13
audio_core: Implement low-pass filter
MerryMage