index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
audio
/
audio.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-20
audio: split IHardwarweOpusDecoder, move IHardwareOpusDecoderManager
Liam
2024-02-20
audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManager
Liam
2024-02-20
audio: move IFinalOutputRecorderManager{,ForApplet}
Liam
2024-02-20
audio: rewrite IAudioOutManager
Liam
2024-02-20
audio: rewrite IAudioInManager
Liam
2024-02-17
service: audio: Rewrite IAudioController to new IPC
Narr the Reg
2023-02-21
service: refactor server architecture
Liam
2023-02-14
service: remove deleted services
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2019-07-19
service/audio: Remove global system accessors
Lioncash
2018-09-11
service/audio: Replace includes with forward declarations where applicable
Lioncash
2018-07-31
service/audio: Add missing services
Lioncash
2018-06-25
Service/Audio: add hwopus service, stub GetWorkBufferSize function
mailwl
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-01-21
Added stubs for audio services. (#116)
st4rk
2018-01-14
audio: Add files to CMake.
bunnei
2018-01-14
audio: Stub out AudOutU::ListAudioOuts.
bunnei