summaryrefslogtreecommitdiffstats
path: root/src/audio_core/command_generator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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