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
/
audio_core.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
2023-09-04
Rework ADSP into a wrapper for apps
Kelebek1
2023-06-08
nvnflinger: allow locking framerate during video playback
Liam
2022-09-21
audio_manager: Remove dependence on system state
Lioncash
2022-09-13
Remove pause callbacks from coretiming
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-07-22
Project Andio
Kelebek1
2018-01-12
Massive removal of unused modules
James Rowe
2018-01-08
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2017-05-09
DSP: Create backing memory for entire DSP RAM
Yuri Kunde Schlesner
2017-01-25
SDL: Select audio device (#2403)
Kloen Lansfiel
2016-12-11
Add all services to the Service namespace
Lioncash
2016-12-10
audio_core: SelectSink should default to auto if sink_id is invalid
MerryMage
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-31
audio_core: Add EnableStretching to interface so that one can toggle stretchi...
MerryMage
2016-04-30
Audio: Add sink selection to configuration files
MerryMage
2016-04-29
AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion()
MerryMage
2016-04-27
AudioCore: Hack to prevent regressions: Trigger Binary pipe interrupt every a...
MerryMage
2016-04-27
DSP_DSP: Updated interrupt implementation
MerryMage
2016-02-21
AudioCore: Skeleton Implementation
MerryMage