summaryrefslogtreecommitdiffstats
path: root/src/audio_core/command_generator.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix XC2/VOEZ crashing, add audio looping and a few misc fixesKelebek12021-07-011-34/+42
* revert to std::sin and std::cosChloe Marcec2021-02-131-2/+2
* address issuesChloe Marcec2021-02-131-10/+12
* audren: Implement I3dl2ReverbChloe Marcec2021-02-131-17/+338
* audren: Disable reverb for the time beingChloe Marcec2021-02-011-1/+4
* audio_core: Make shadowing and unused parameters errorsLioncash2020-12-031-11/+16
* Revert "core: Fix clang build"bunnei2020-10-211-120/+92
* core: Fix clang buildLioncash2020-10-181-92/+120
* audio_core/CMakeLists: Make warnings consistent with coreLioncash2020-10-131-2/+1
* Merge pull request #4721 from lioncash/genfnbunnei2020-09-301-2/+3
|\
| * command_generator: Make lookup table static constexprLioncash2020-09-261-2/+3
* | audio_core: Resolve sign conversion warningsLioncash2020-09-251-6/+6
|/
* audio_core/command_generator: Use const references where applicableLioncash2020-09-171-10/+11
* 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