summaryrefslogtreecommitdiff
path: root/src/audio_core
AgeCommit message (Expand)Author
2022-12-10audio_core: remove explicitly defaulted and implicitly deleted constructorsLiam
2022-12-06cmake: use sdl2 imported targetAlexandre Bouvier
2022-12-04cmake: prefer system librariesAlexandre Bouvier
2022-12-03Merge pull request #9300 from ameerj/pchliamwhite
2022-12-03Merge pull request #9289 from liamwhite/fruit-companyliamwhite
2022-11-30CMake: Consolidate common PCH headersameerj
2022-11-30Merge pull request #9320 from yuzu-emu/fix-audio-suspendFernando S
2022-11-29audio_core: sink_stream: Hold the suspend lock when process is stalled.bunnei
2022-11-29CMake: Use precompiled headersameerj
2022-11-28CMake: Directly link to SDL2-static when appropriatelat9nq
2022-11-22general: fix compile for Apple ClangLiam
2022-11-22Use the maximum input index for samples buffer span size, not just the input ...Kelebek1
2022-11-13Add break for default casesKyle Kienapfel
2022-11-09Initial ARM64 supportLiam
2022-10-26audio_in/out_system: Pass Initialize members by value where applicableLioncash
2022-10-22general: Resolve -Wclass-memaccessMorph
2022-10-22general: Enforce C4800 everywhere except in video_coreMorph
2022-10-22CMakeLists: Remove all redundant warningsMorph
2022-10-19Update audio_core for firmware 15.0.0Kelebek1
2022-10-16sdl2_sink: Inline variable init into if conditionlat9nq
2022-10-16sdl2_sink: Distinguish between capture and non-capture device nameslat9nq
2022-10-16sdl2_sink: Check for null string when loading SDL audio deviceslat9nq
2022-10-14Merge pull request #9061 from liamwhite/writable-eventliamwhite
2022-10-14audio_core: Revert sink name to sdl2Narr the Reg
2022-10-12kernel: remove KWritableEventLiam
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