yuzu/src/audio_core
Lioncash a278fa6e2a device_session: Pass arguments by const-ref in relevant functions
These functions don't modify the passed in audio buffers, so we can
signify that in the interface.
2022-09-16 09:31:33 -04:00
..
common Project Andio 2022-07-22 01:11:32 +01:00
device device_session: Pass arguments by const-ref in relevant functions 2022-09-16 09:31:33 -04:00
in audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
out audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
renderer Merge pull request #8878 from Kelebek1/remove_pause 2022-09-15 13:50:13 -07:00
sink Merge pull request #8878 from Kelebek1/remove_pause 2022-09-15 13:50:13 -07:00
audio_core.cpp Remove pause callbacks from coretiming 2022-09-13 13:20:35 +01:00
audio_core.h Merge pull request #8878 from Kelebek1/remove_pause 2022-09-15 13:50:13 -07:00
audio_event.cpp Project Andio 2022-07-22 01:11:32 +01:00
audio_event.h audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
audio_in_manager.cpp Project Andio 2022-07-22 01:11:32 +01:00
audio_in_manager.h audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
audio_manager.cpp Project Andio 2022-07-22 01:11:32 +01:00
audio_manager.h audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
audio_out_manager.cpp Project Andio 2022-07-22 01:11:32 +01:00
audio_out_manager.h Project Andio 2022-07-22 01:11:32 +01:00
audio_render_manager.cpp Project Andio 2022-07-22 01:11:32 +01:00
audio_render_manager.h audio_core: Amend documentation tags 2022-09-15 09:47:23 -04:00
CMakeLists.txt Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads. 2022-09-02 04:43:04 +01:00