summaryrefslogtreecommitdiffstats
path: root/src/audio_core/command_generator.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-21Revert "core: Fix clang build"bunnei1-2/+2
2020-10-18core: Fix clang buildLioncash1-2/+2
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
2020-09-25audio_core: Remove unnecessary inclusionsLioncash1-1/+0
Same behavior, but removes header dependencies where they don't need to be.
2020-08-16Preliminary effectsDavid Marcec1-2/+15
2020-08-01mix buffer depoppingDavid Marcec1-1/+7
2020-07-30adpcm streamingDavid Marcec1-1/+0
2020-07-25Address issuesDavid Marcec1-0/+2
2020-07-25audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec1-0/+83