aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/common.h
AgeCommit message (Collapse)Author
2020-09-25audio_core: Remove unnecessary inclusionsLioncash
Same behavior, but removes header dependencies where they don't need to be.
2020-08-17Preliminary effectsDavid Marcec
2020-07-25audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec
2020-05-11audio_renderer: Better voice mixing and 6 channel downmixingDavid Marcec
Supersedes #3738 and #3321
2020-04-20audio_renderer: Preliminary BehaviorInfo (#3736)David
* audio_renderer: Preliminary BehaviorInfo * clang format * Fixed IsRevisionSupported * fixed IsValidRevision * Fixed logic error & spelling errors & crash * Addressed issues