Lioncash
|
1ea6bdef05
|
audio_core: Make shadowing and unused parameters errors
Moves the audio code closer to enabling warnings as errors in general.
|
5 years ago |
bunnei
|
3d592972dc
|
Revert "core: Fix clang build"
|
6 years ago |
Lioncash
|
be1954e04c
|
core: Fix clang build
Recent changes to the build system that made more warnings be flagged as
errors caused building via clang to break.
Fixes #4795
|
6 years ago |
Lioncash
|
9f9b64d280
|
audio_core/CMakeLists: Make warnings consistent with core
Normalizes the warnings shared between audio_core and core.
|
6 years ago |
David Marcec
|
380658c21d
|
audio_core: Apollo Part 1, AudioRenderer refactor
|
6 years ago |
bunnei
|
1989e1b9ac
|
audio_core: interpolate: Improvements to fix audio crackling.
- Fixes audio crackling in Crash Team Racing Nitro-Fueled, Super Mario Odyssey, and others.
- Addresses followup issues from #3310.
|
6 years ago |
bunnei
|
f5cf67140b
|
audio_core: interpolate: Fix include for climits (Linux build break).
|
6 years ago |
FearlessTobi
|
e3cad7d49e
|
audio_core: Switch to a faster interpolation technique
|
6 years ago |
heapo
|
117b1f3ec1
|
Avoid (expensive) audio interpolation when sample rates already match
|
7 years ago |
fearlessTobi
|
63c2e32e20
|
Port #4182 from Citra: "Prefix all size_t with std::"
|
8 years ago |
Lioncash
|
0057a47e41
|
audio_core/filter: Add explicit cast to assignment in Process()
Previously this would cause warnings about implicit conversions to s16
from a double
|
8 years ago |
MerryMage
|
4b44b8b4fb
|
audio_core: Interpolate
|
8 years ago |
MerryMage
|
56300f2928
|
audio_core: Implement low-pass filter
|
8 years ago |