summaryrefslogtreecommitdiffstats
path: root/src/audio_core/command_generator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_core/CMakeLists: Make warnings consistent with coreLioncash2020-10-131-2/+1
| | | | Normalizes the warnings shared between audio_core and core.
* Merge pull request #4721 from lioncash/genfnbunnei2020-09-301-2/+3
|\ | | | | codec: Make lookup table static constexpr
| * command_generator: Make lookup table static constexprLioncash2020-09-261-2/+3
| | | | | | | | | | Allows compilers to elide needing to push these values on the stack every time the function is called.
* | audio_core: Resolve sign conversion warningsLioncash2020-09-251-6/+6
|/ | | | | | 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.
* audio_core/command_generator: Use const references where applicableLioncash2020-09-171-10/+11
| | | | | | | | 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.
* audio_core/command_generator: Avoid an unnecessary copy in GenerateFinalMixCommand()Lioncash2020-09-171-1/+1
|
* Preliminary effectsDavid Marcec2020-08-161-4/+183
|
* Disable biquad filterDavid Marcec2020-08-141-8/+9
|
* Reworked ADPCM decoder to allow better streamingDavid Marcec2020-08-141-32/+87
|
* mix buffer depoppingDavid Marcec2020-08-011-29/+94
|
* adpcm streamingDavid Marcec2020-07-301-22/+31
|
* Address issuesDavid Marcec2020-07-251-78/+77
|
* audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec2020-07-251-0/+668