summaryrefslogtreecommitdiff
path: root/src/audio_core
AgeCommit message (Expand)Author
2022-10-14audio_core: Revert sink name to sdl2Narr the Reg
2022-10-09Choose the SDL audio backend when Cubeb reports too high of a latencyKelebek1
2022-10-03common: remove "yuzu:" prefix from thread namesLiam
2022-09-23Merge pull request #8941 from Kelebek1/single_core_sucksbunnei
2022-09-23Merge pull request #8939 from lioncash/renderMorph
2022-09-22Do not try to pause core timing from the audio thread when using single-coreKelebek1
2022-09-21audio_renderer: Make GetCommandBuffer() take a u32Lioncash
2022-09-21audio_manager: Forward declare result typeLioncash
2022-09-21audio_manager: Remove redundant cast in ThreadFunc()Lioncash
2022-09-21audio_manager: move std::functions in SetOutManager/SetInManagerLioncash
2022-09-21audio_manager: Remove unused forward declarationsLioncash
2022-09-21audio_manager: Remove unused sessions_started member variableLioncash
2022-09-21audio_manager: Remove dependence on system stateLioncash
2022-09-16Merge pull request #8914 from lioncash/audio-constbunnei
2022-09-16Merge pull request #8911 from lioncash/cexpr-stringMorph
2022-09-16audio_renderer: Pass command buffer by const referenceLioncash
2022-09-16sink_stream: Mark GetQueueSize as constLioncash
2022-09-16node_states: Mark relevant member functions as constLioncash
2022-09-16i3dl2/reverb: Mark relevant member functions as constLioncash
2022-09-16behavior_info: Mark CopyErrorInfo as constLioncash
2022-09-16audio_device: Mark GetDeviceVolume as constLioncash
2022-09-16audio_render_manager: Mark several functions as constLioncash
2022-09-16audio_in: Mark several functions as constLioncash
2022-09-16audio_out: Mark several functions as constLioncash
2022-09-16audio_buffers: Pass by const-ref in AppendBuffersLioncash
2022-09-16device_session: Convert for loop into ranged for in AppendBuffersLioncash
2022-09-16device_session: Pass arguments by const-ref in relevant functionsLioncash
2022-09-15Merge pull request #8878 from Kelebek1/remove_pausebunnei
2022-09-15Merge pull request #8901 from lioncash/docsliamwhite
2022-09-15audio_core: Amend documentation tagsLioncash
2022-09-15audio_device: Mark member functions as const where applicableLioncash
2022-09-15audio_device: Make AudioDeviceName constructor constexprLioncash
2022-09-13compressor: Simplify memset in InitializeCompressorEffectLioncash
2022-09-13compressor: Mark params parameters as constLioncash
2022-09-13compressor: Remove unneeded casts in ApplyCompressorEffectLioncash
2022-09-13Remove pause callbacks from coretimingKelebek1
2022-09-12Remove a pragma once from a cpp fileKelebek1
2022-09-04Don't stall with nvdecKelebek1
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during...Kelebek1
2022-08-12Do some log memes to help perceived volumeKelebek1
2022-07-29audio_core: fix -Wuninitialized when compiling with ASanLiam
2022-07-27Avoid depop out of boundsKelebek1
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-22Project AndioKelebek1
2022-07-10Rework CoreTimingKelebek1
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-14Merge pull request #8383 from Morph1984/shadow-of-the-pastMai
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-06-13audio_core: Remove -Werror=unused-parameterMorph
2022-06-13CMakeLists: Make variable shadowing a compile-time errorMorph