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
/
renderer
Age
Commit message (
Expand
)
Author
2023-01-14
upsample: Fix coefficient format
Merry
2023-01-14
audio_core: Fix off-by-one error in upsampler
Merry
2022-12-10
audio_core: remove explicitly defaulted and implicitly deleted constructors
Liam
2022-12-03
Merge pull request #9289 from liamwhite/fruit-company
liamwhite
2022-11-22
general: fix compile for Apple Clang
Liam
2022-11-22
Use the maximum input index for samples buffer span size, not just the input ...
Kelebek1
2022-11-13
Add break for default cases
Kyle Kienapfel
2022-10-22
general: Resolve -Wclass-memaccess
Morph
2022-10-19
Update audio_core for firmware 15.0.0
Kelebek1
2022-10-12
kernel: remove KWritableEvent
Liam
2022-10-03
common: remove "yuzu:" prefix from thread names
Liam
2022-09-21
audio_renderer: Make GetCommandBuffer() take a u32
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
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-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-02
Rework audio output, connecting AudioOut into coretiming to fix desync during...
Kelebek1
2022-07-29
audio_core: fix -Wuninitialized when compiling with ASan
Liam
2022-07-27
Avoid depop out of bounds
Kelebek1
2022-07-22
Project Andio
Kelebek1