Commit graph

10 commits

Author SHA1 Message Date
Lioncash
8e2814d9ad audio_core: Resolve sign conversion warnings
While were at it, we can also enable sign conversion warnings and other
common warnings as errors to prevent these from creeping back into the
codebase.
2020-09-25 01:22:47 -04:00
Lioncash
6632af0301 audio_core/command_generator: Use const references where applicable
In a lot of cases, we can make use of const references rather than
non-const references.

While we're in the area we can silence some truncation and sign
conversion warnings.
2020-09-17 13:52:55 -04:00
Lioncash
d0b648ecf8 audio_core/command_generator: Avoid an unnecessary copy in GenerateFinalMixCommand() 2020-09-17 13:45:24 -04:00
David Marcec
f17f347e03 Preliminary effects 2020-08-17 01:23:55 +10:00
David Marcec
ac9d36c1dc Disable biquad filter 2020-08-14 23:20:20 +10:00
David Marcec
2b0185e2a0 Reworked ADPCM decoder to allow better streaming 2020-08-14 21:04:28 +10:00
David Marcec
0cd3851934 mix buffer depopping 2020-08-01 16:25:08 +10:00
David Marcec
6368b02526 adpcm streaming 2020-07-30 18:16:57 +10:00
David Marcec
7cdad5d1fb Address issues 2020-07-25 12:39:37 +10:00
David Marcec
81b2b4fbe9 audio_core: Apollo Part 1, AudioRenderer refactor 2020-07-25 12:39:34 +10:00