summaryrefslogtreecommitdiffstats
path: root/src/audio_core/voice_context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix XC2/VOEZ crashing, add audio looping and a few misc fixesKelebek12021-07-011-20/+68
|
* audio_core: Make shadowing and unused parameters errorsLioncash2020-12-031-3/+4
| | | | Moves the audio code closer to enabling warnings as errors in general.
* Revert "core: Fix clang build"bunnei2020-10-211-26/+21
|
* core: Fix clang buildLioncash2020-10-181-21/+26
| | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
* audio_core/CMakeLists: Make warnings consistent with coreLioncash2020-10-131-1/+4
| | | | Normalizes the warnings shared between audio_core and core.
* audio_core: Resolve sign conversion warningsLioncash2020-09-251-2/+2
| | | | | | 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.
* adpcm streamingDavid Marcec2020-07-301-2/+1
|
* Fix perf regressionDavid Marcec2020-07-251-1/+2
|
* Address issuesDavid Marcec2020-07-251-14/+9
|
* audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec2020-07-251-0/+531