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
Chloe Marcec
9a4beac95a
audren: Make use of nodiscard, rework downmixing, release all buffers
Preliminary work for upmixing & general cleanup. Fixes basic issues in games such as Shovel Knight and slightly improves the LEGO games. Upmixing stitll needs to be implemented.
Audio levels in a few games will be fixed as we now use the downmix coefficients when possible instead of supplying our own
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
966966dc02
audio_core: Remove unnecessary inclusions
Same behavior, but removes header dependencies where they don't need to
be.
6 years ago
David Marcec
80ac1331b5
Preliminary effects
6 years ago
David Marcec
0947f613b1
mix buffer depopping
6 years ago
David Marcec
1b8fe7073b
adpcm streaming
6 years ago
David Marcec
b924c71822
Address issues
6 years ago
David Marcec
380658c21d
audio_core: Apollo Part 1, AudioRenderer refactor
6 years ago