yuzu/src/audio_core/renderer
Lioncash bdb866af1d compressor: Remove unneeded casts in ApplyCompressorEffect
Same behavior, but also silences a -Wcast-qual warning, since the second
cast casts away const.
2022-09-13 13:28:54 -04:00
..
adsp Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads. 2022-09-02 04:43:04 +01:00
behavior Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads. 2022-09-02 04:43:04 +01:00
command compressor: Remove unneeded casts in ApplyCompressorEffect 2022-09-13 13:28:54 -04:00
effect audio_core: fix -Wuninitialized when compiling with ASan 2022-07-29 23:30:01 -04:00
memory Project Andio 2022-07-22 01:11:32 +01:00
mix Project Andio 2022-07-22 01:11:32 +01:00
nodes Project Andio 2022-07-22 01:11:32 +01:00
performance Project Andio 2022-07-22 01:11:32 +01:00
sink Project Andio 2022-07-22 01:11:32 +01:00
splitter Project Andio 2022-07-22 01:11:32 +01:00
upsampler Project Andio 2022-07-22 01:11:32 +01:00
voice Project Andio 2022-07-22 01:11:32 +01:00
audio_device.cpp Project Andio 2022-07-22 01:11:32 +01:00
audio_device.h Project Andio 2022-07-22 01:11:32 +01:00
audio_renderer.cpp Project Andio 2022-07-22 01:11:32 +01:00
audio_renderer.h Project Andio 2022-07-22 01:11:32 +01:00
system.cpp Project Andio 2022-07-22 01:11:32 +01:00
system.h Project Andio 2022-07-22 01:11:32 +01:00
system_manager.cpp Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads. 2022-09-02 04:43:04 +01:00
system_manager.h Project Andio 2022-07-22 01:11:32 +01:00