index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmake: make cubeb and SDL2 optional
Liam
2022-12-28
1
-6
/
+13
*
Signal buffer event on audio in/out system stop, and force remove all registe...
Kelebek1
2022-12-16
5
-7
/
+26
*
audio_core: remove explicitly defaulted and implicitly deleted constructors
Liam
2022-12-10
2
-2
/
+0
*
cmake: use sdl2 imported target
Alexandre Bouvier
2022-12-06
1
-5
/
+1
*
cmake: prefer system libraries
Alexandre Bouvier
2022-12-04
1
-2
/
+2
*
Merge pull request #9300 from ameerj/pch
liamwhite
2022-12-03
2
-0
/
+11
|
\
|
*
CMake: Consolidate common PCH headers
ameerj
2022-11-30
1
-7
/
+1
|
*
CMake: Use precompiled headers
ameerj
2022-11-29
2
-0
/
+17
*
|
Merge pull request #9289 from liamwhite/fruit-company
liamwhite
2022-12-03
9
-4
/
+14
|
\
\
|
*
|
general: fix compile for Apple Clang
Liam
2022-11-22
9
-4
/
+14
*
|
|
Merge pull request #9320 from yuzu-emu/fix-audio-suspend
Fernando S
2022-11-30
2
-7
/
+9
|
\
\
\
|
*
|
|
audio_core: sink_stream: Hold the suspend lock when process is stalled.
bunnei
2022-11-29
2
-7
/
+9
|
|
/
/
*
|
/
CMake: Directly link to SDL2-static when appropriate
lat9nq
2022-11-28
1
-1
/
+5
|
|
/
|
/
|
*
|
Use the maximum input index for samples buffer span size, not just the input ...
Kelebek1
2022-11-22
1
-6
/
+8
|
/
*
Add break for default cases
Kyle Kienapfel
2022-11-13
1
-0
/
+1
*
Initial ARM64 support
Liam
2022-11-09
1
-1
/
+1
*
audio_in/out_system: Pass Initialize members by value where applicable
Lioncash
2022-10-26
4
-6
/
+6
*
general: Resolve -Wclass-memaccess
Morph
2022-10-22
3
-3
/
+3
*
general: Enforce C4800 everywhere except in video_core
Morph
2022-10-22
1
-0
/
+1
*
CMakeLists: Remove all redundant warnings
Morph
2022-10-22
1
-10
/
+0
*
Update audio_core for firmware 15.0.0
Kelebek1
2022-10-19
3
-33
/
+72
*
sdl2_sink: Inline variable init into if condition
lat9nq
2022-10-16
1
-2
/
+1
*
sdl2_sink: Distinguish between capture and non-capture device names
lat9nq
2022-10-16
1
-1
/
+1
*
sdl2_sink: Check for null string when loading SDL audio devices
lat9nq
2022-10-16
1
-1
/
+4
*
Merge pull request #9061 from liamwhite/writable-event
liamwhite
2022-10-14
3
-8
/
+8
|
\
|
*
kernel: remove KWritableEvent
Liam
2022-10-12
3
-8
/
+8
*
|
audio_core: Revert sink name to sdl2
Narr the Reg
2022-10-14
1
-2
/
+2
*
|
Choose the SDL audio backend when Cubeb reports too high of a latency
Kelebek1
2022-10-09
6
-30
/
+93
|
/
*
common: remove "yuzu:" prefix from thread names
Liam
2022-10-03
2
-2
/
+2
*
Merge pull request #8941 from Kelebek1/single_core_sucks
bunnei
2022-09-23
1
-2
/
+7
|
\
|
*
Do not try to pause core timing from the audio thread when using single-core
Kelebek1
2022-09-22
1
-2
/
+7
*
|
Merge pull request #8939 from lioncash/render
Morph
2022-09-23
2
-2
/
+2
|
\
\
|
*
|
audio_renderer: Make GetCommandBuffer() take a u32
Lioncash
2022-09-21
2
-2
/
+2
|
|
/
*
|
audio_manager: Forward declare result type
Lioncash
2022-09-21
2
-1
/
+3
*
|
audio_manager: Remove redundant cast in ThreadFunc()
Lioncash
2022-09-21
1
-3
/
+5
*
|
audio_manager: move std::functions in SetOutManager/SetInManager
Lioncash
2022-09-21
1
-2
/
+2
*
|
audio_manager: Remove unused forward declarations
Lioncash
2022-09-21
2
-10
/
+0
*
|
audio_manager: Remove unused sessions_started member variable
Lioncash
2022-09-21
1
-2
/
+0
*
|
audio_manager: Remove dependence on system state
Lioncash
2022-09-21
3
-10
/
+4
|
/
*
Merge pull request #8914 from lioncash/audio-const
bunnei
2022-09-16
25
-82
/
+87
|
\
|
*
audio_renderer: Pass command buffer by const reference
Lioncash
2022-09-16
4
-4
/
+4
|
*
sink_stream: Mark GetQueueSize as const
Lioncash
2022-09-16
1
-1
/
+1
|
*
node_states: Mark relevant member functions as const
Lioncash
2022-09-16
1
-2
/
+2
|
*
i3dl2/reverb: Mark relevant member functions as const
Lioncash
2022-09-16
2
-4
/
+4
|
*
behavior_info: Mark CopyErrorInfo as const
Lioncash
2022-09-16
4
-6
/
+6
|
*
audio_device: Mark GetDeviceVolume as const
Lioncash
2022-09-16
2
-2
/
+2
|
*
audio_render_manager: Mark several functions as const
Lioncash
2022-09-16
2
-6
/
+6
|
*
audio_in: Mark several functions as const
Lioncash
2022-09-16
4
-18
/
+18
|
*
audio_out: Mark several functions as const
Lioncash
2022-09-16
4
-16
/
+17
|
*
audio_buffers: Pass by const-ref in AppendBuffers
Lioncash
2022-09-16
3
-13
/
+17
[next]