summaryrefslogtreecommitdiffstats
path: root/src/audio_core/command_generator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-02common/logging: Move Log::Entry declaration to a separate headerameerj1-0/+3
2021-07-08Replace NaN mix volume samples with silence.Kelebek11-0/+9
2021-07-08audio_core: Preserve front channel volume after 6 to 2 downmixKelebek11-38/+48
2021-07-06Support more PCM formats. Fixes Ys IX audio.Kelebek11-16/+48
2021-07-01Fix XC2/VOEZ crashing, add audio looping and a few misc fixesKelebek11-34/+42
2021-02-13revert to std::sin and std::cosChloe Marcec1-2/+2
2021-02-13address issuesChloe Marcec1-10/+12
2021-02-13audren: Implement I3dl2ReverbChloe Marcec1-17/+338
2021-02-01audren: Disable reverb for the time beingChloe Marcec1-1/+4
2020-12-03audio_core: Make shadowing and unused parameters errorsLioncash1-11/+16
2020-10-21Revert "core: Fix clang build"bunnei1-120/+92
2020-10-18core: Fix clang buildLioncash1-92/+120
2020-10-13audio_core/CMakeLists: Make warnings consistent with coreLioncash1-2/+1
2020-09-26command_generator: Make lookup table static constexprLioncash1-2/+3
2020-09-25audio_core: Resolve sign conversion warningsLioncash1-6/+6
2020-09-17audio_core/command_generator: Use const references where applicableLioncash1-10/+11
2020-09-17audio_core/command_generator: Avoid an unnecessary copy in GenerateFinalMixCommand()Lioncash1-1/+1
2020-08-16Preliminary effectsDavid Marcec1-4/+183
2020-08-14Disable biquad filterDavid Marcec1-8/+9
2020-08-14Reworked ADPCM decoder to allow better streamingDavid Marcec1-32/+87
2020-08-01mix buffer depoppingDavid Marcec1-29/+94
2020-07-30adpcm streamingDavid Marcec1-22/+31
2020-07-25Address issuesDavid Marcec1-78/+77
2020-07-25audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec1-0/+668