index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
audio_core
/
audio_core.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework ADSP into a wrapper for apps
Kelebek1
2023-09-04
1
-2
/
+2
*
nvnflinger: allow locking framerate during video playback
Liam
2023-06-08
1
-8
/
+0
*
audio_manager: Remove dependence on system state
Lioncash
2022-09-21
1
-1
/
+1
*
Remove pause callbacks from coretiming
Kelebek1
2022-09-13
1
-10
/
+0
*
Don't stall with nvdec
Kelebek1
2022-09-04
1
-0
/
+8
*
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
Kelebek1
2022-09-02
1
-8
/
+0
*
Project Andio
Kelebek1
2022-07-22
1
-0
/
+68
*
Massive removal of unused modules
James Rowe
2018-01-13
1
-61
/
+0
*
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-09
1
-1
/
+1
*
DSP: Create backing memory for entire DSP RAM
Yuri Kunde Schlesner
2017-05-10
1
-15
/
+4
*
SDL: Select audio device (#2403)
Kloen Lansfiel
2017-01-26
1
-14
/
+2
*
Add all services to the Service namespace
Lioncash
2016-12-11
1
-2
/
+2
*
audio_core: SelectSink should default to auto if sink_id is invalid
MerryMage
2016-12-10
1
-12
/
+7
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-5
/
+13
*
audio_core: Add EnableStretching to interface so that one can toggle stretching on and off
MerryMage
2016-08-31
1
-0
/
+4
*
Audio: Add sink selection to configuration files
MerryMage
2016-04-30
1
-4
/
+29
*
AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion()
MerryMage
2016-04-29
1
-2
/
+2
*
AudioCore: Hack to prevent regressions: Trigger Binary pipe interrupt every audio frame
MerryMage
2016-04-27
1
-0
/
+2
*
DSP_DSP: Updated interrupt implementation
MerryMage
2016-04-27
1
-4
/
+3
*
AudioCore: Skeleton Implementation
MerryMage
2016-02-21
1
-0
/
+53