16-Bit-Dog
|
a96fd630b4
|
Make the coding conventions more consistant
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...
|
5 years ago |
Lioncash
|
29db886722
|
audio_core: Make shadowing and unused parameters errors
Moves the audio code closer to enabling warnings as errors in general.
|
5 years ago |
bunnei
|
deb3536936
|
Revert "core: Fix clang build"
|
6 years ago |
Lioncash
|
18636013c9
|
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
|
8452ec7d7b
|
audio_core/CMakeLists: Make warnings consistent with core
Normalizes the warnings shared between audio_core and core.
|
6 years ago |
David Marcec
|
81b2b4fbe9
|
audio_core: Apollo Part 1, AudioRenderer refactor
|
6 years ago |
bunnei
|
dc92c1b1ee
|
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
|
338e4b4d07
|
audio_core: interpolate: Fix include for climits (Linux build break).
|
6 years ago |
FearlessTobi
|
30b4a50d29
|
audio_core: Switch to a faster interpolation technique
|
6 years ago |
heapo
|
4c83e5cd1e
|
Avoid (expensive) audio interpolation when sample rates already match
|
7 years ago |
fearlessTobi
|
1190ea6ddb
|
Port #4182 from Citra: "Prefix all size_t with std::"
|
8 years ago |
Lioncash
|
a6c2e1e95c
|
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
|
0525998743
|
audio_core: Interpolate
|
8 years ago |
MerryMage
|
fea4df74c2
|
audio_core: Implement low-pass filter
|
8 years ago |