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
/
device
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-03
Use spans over guest memory where possible instead of copying data.
Kelebek1
1
-3
/
+3
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
3
-12
/
+15
2023-03-26
audio: Interpolate system manager sample count using host sink sample info
Billy Laws
1
-2
/
+1
2023-03-24
memory: rename global memory references to application memory
Liam
1
-2
/
+2
2023-03-12
general: fix spelling mistakes
Liam
1
-1
/
+1
2022-12-16
Signal buffer event on audio in/out system stop, and force remove all registered audio buffers
Kelebek1
3
-3
/
+16
2022-09-16
audio_buffers: Pass by const-ref in AppendBuffers
Lioncash
1
-1
/
+1
2022-09-16
device_session: Convert for loop into ranged for in AppendBuffers
Lioncash
1
-5
/
+5
2022-09-16
device_session: Pass arguments by const-ref in relevant functions
Lioncash
3
-7
/
+7
2022-09-15
audio_core: Amend documentation tags
Lioncash
2
-2
/
+5
2022-09-02
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
Kelebek1
4
-21
/
+75
2022-07-22
Project Andio
Kelebek1
4
-0
/
+565