index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_core
Age
Commit message (
Expand
)
Author
2022-10-16
sdl2_sink: Inline variable init into if condition
lat9nq
2022-10-16
sdl2_sink: Distinguish between capture and non-capture device names
lat9nq
2022-10-16
sdl2_sink: Check for null string when loading SDL audio devices
lat9nq
2022-10-14
Merge pull request #9061 from liamwhite/writable-event
liamwhite
2022-10-14
audio_core: Revert sink name to sdl2
Narr the Reg
2022-10-12
kernel: remove KWritableEvent
Liam
2022-10-09
Choose the SDL audio backend when Cubeb reports too high of a latency
Kelebek1
2022-10-03
common: remove "yuzu:" prefix from thread names
Liam
2022-09-23
Merge pull request #8941 from Kelebek1/single_core_sucks
bunnei
2022-09-23
Merge pull request #8939 from lioncash/render
Morph
2022-09-22
Do not try to pause core timing from the audio thread when using single-core
Kelebek1
2022-09-21
audio_renderer: Make GetCommandBuffer() take a u32
Lioncash
2022-09-21
audio_manager: Forward declare result type
Lioncash
2022-09-21
audio_manager: Remove redundant cast in ThreadFunc()
Lioncash
2022-09-21
audio_manager: move std::functions in SetOutManager/SetInManager
Lioncash
2022-09-21
audio_manager: Remove unused forward declarations
Lioncash
2022-09-21
audio_manager: Remove unused sessions_started member variable
Lioncash
2022-09-21
audio_manager: Remove dependence on system state
Lioncash
2022-09-16
Merge pull request #8914 from lioncash/audio-const
bunnei
2022-09-16
Merge pull request #8911 from lioncash/cexpr-string
Morph
2022-09-16
audio_renderer: Pass command buffer by const reference
Lioncash
2022-09-16
sink_stream: Mark GetQueueSize as const
Lioncash
2022-09-16
node_states: Mark relevant member functions as const
Lioncash
2022-09-16
i3dl2/reverb: Mark relevant member functions as const
Lioncash
2022-09-16
behavior_info: Mark CopyErrorInfo as const
Lioncash
2022-09-16
audio_device: Mark GetDeviceVolume as const
Lioncash
2022-09-16
audio_render_manager: Mark several functions as const
Lioncash
2022-09-16
audio_in: Mark several functions as const
Lioncash
2022-09-16
audio_out: Mark several functions as const
Lioncash
2022-09-16
audio_buffers: Pass by const-ref in AppendBuffers
Lioncash
2022-09-16
device_session: Convert for loop into ranged for in AppendBuffers
Lioncash
2022-09-16
device_session: Pass arguments by const-ref in relevant functions
Lioncash
2022-09-15
Merge pull request #8878 from Kelebek1/remove_pause
bunnei
2022-09-15
Merge pull request #8901 from lioncash/docs
liamwhite
2022-09-15
audio_core: Amend documentation tags
Lioncash
2022-09-15
audio_device: Mark member functions as const where applicable
Lioncash
2022-09-15
audio_device: Make AudioDeviceName constructor constexpr
Lioncash
2022-09-13
compressor: Simplify memset in InitializeCompressorEffect
Lioncash
2022-09-13
compressor: Mark params parameters as const
Lioncash
2022-09-13
compressor: Remove unneeded casts in ApplyCompressorEffect
Lioncash
2022-09-13
Remove pause callbacks from coretiming
Kelebek1
2022-09-12
Remove a pragma once from a cpp file
Kelebek1
2022-09-04
Don't stall with nvdec
Kelebek1
2022-09-02
Rework audio output, connecting AudioOut into coretiming to fix desync during...
Kelebek1
2022-08-12
Do some log memes to help perceived volume
Kelebek1
2022-07-29
audio_core: fix -Wuninitialized when compiling with ASan
Liam
2022-07-27
Avoid depop out of bounds
Kelebek1
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-22
Project Andio
Kelebek1
2022-07-10
Rework CoreTiming
Kelebek1
[next]