summaryrefslogtreecommitdiffstats
path: root/src/audio_core/voice_context.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Silence Wclass-memaccess warningsReinUsesLisp2021-01-151-18/+18
| | | | | This requires making several types trivial and properly initialize them whenever they are called.
* audio_core: Make shadowing and unused parameters errorsLioncash2020-12-031-5/+5
| | | | Moves the audio code closer to enabling warnings as errors in general.
* Reworked ADPCM decoder to allow better streamingDavid Marcec2020-08-141-1/+8
|
* adpcm streamingDavid Marcec2020-07-301-2/+0
|
* audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec2020-07-251-0/+291