index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
audio_core
/
algorithm
/
interpolate.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Project Andio
Kelebek1
2022-07-22
1
-232
/
+0
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
Make the coding conventions more consistant
16-Bit-Dog
2020-12-31
1
-1
/
+1
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-3
/
+3
*
core: Fix clang build
Lioncash
2020-10-18
1
-3
/
+3
*
audio_core/CMakeLists: Make warnings consistent with core
Lioncash
2020-10-13
1
-2
/
+3
*
audio_core: Apollo Part 1, AudioRenderer refactor
David Marcec
2020-07-25
1
-0
/
+32
*
audio_core: interpolate: Improvements to fix audio crackling.
bunnei
2020-02-23
1
-22
/
+32
*
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
1
-40
/
+158
*
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
1
-6
/
+6
*
audio_core: Interpolate
MerryMage
2018-08-13
1
-0
/
+71