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
...
*
|
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
|
*
device_session: Convert for loop into ranged for in AppendBuffers
Lioncash
2022-09-16
1
-5
/
+5
|
*
device_session: Pass arguments by const-ref in relevant functions
Lioncash
2022-09-16
3
-7
/
+7
*
|
Merge pull request #8911 from lioncash/cexpr-string
Morph
2022-09-16
4
-23
/
+37
|
\
\
|
|
/
|
/
|
|
*
audio_device: Mark member functions as const where applicable
Lioncash
2022-09-15
2
-8
/
+8
|
*
audio_device: Make AudioDeviceName constructor constexpr
Lioncash
2022-09-15
4
-15
/
+29
*
|
Merge pull request #8878 from Kelebek1/remove_pause
bunnei
2022-09-15
12
-120
/
+29
|
\
\
|
*
|
Remove pause callbacks from coretiming
Kelebek1
2022-09-13
12
-120
/
+29
*
|
|
Merge pull request #8901 from lioncash/docs
liamwhite
2022-09-15
28
-112
/
+105
|
\
\
\
|
*
|
|
audio_core: Amend documentation tags
Lioncash
2022-09-15
28
-112
/
+105
|
|
|
/
|
|
/
|
*
|
|
compressor: Simplify memset in InitializeCompressorEffect
Lioncash
2022-09-13
1
-1
/
+1
*
|
|
compressor: Mark params parameters as const
Lioncash
2022-09-13
1
-3
/
+3
*
|
|
compressor: Remove unneeded casts in ApplyCompressorEffect
Lioncash
2022-09-13
1
-2
/
+1
|
/
/
*
/
Remove a pragma once from a cpp file
Kelebek1
2022-09-12
1
-2
/
+0
|
/
*
Don't stall with nvdec
Kelebek1
2022-09-04
3
-1
/
+29
*
Rework audio output, connecting AudioOut into coretiming to fix desync during...
Kelebek1
2022-09-02
22
-842
/
+549
*
Do some log memes to help perceived volume
Kelebek1
2022-08-12
1
-0
/
+3
*
audio_core: fix -Wuninitialized when compiling with ASan
Liam
2022-07-29
1
-4
/
+4
*
Avoid depop out of bounds
Kelebek1
2022-07-27
2
-2
/
+2
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-0
/
+3
*
Project Andio
Kelebek1
2022-07-22
237
-7621
/
+30231
*
Rework CoreTiming
Kelebek1
2022-07-10
2
-5
/
+10
*
core: Replace all instances of ResultCode with Result
german77
2022-06-26
5
-15
/
+14
*
Merge pull request #8383 from Morph1984/shadow-of-the-past
Mai
2022-06-14
1
-3
/
+0
|
\
|
*
audio_core: Remove -Werror=unused-parameter
Morph
2022-06-13
1
-1
/
+0
|
*
CMakeLists: Make variable shadowing a compile-time error
Morph
2022-06-13
1
-2
/
+0
*
|
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-13
4
-7
/
+7
|
/
*
command_generator: Use u8 for tap index lut
Morph
2022-05-13
1
-8
/
+8
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
43
-129
/
+86
*
audio_core: remove time stretcher
Andrea Pappacoda
2022-04-01
5
-131
/
+3
*
audio_core: Update current process revision
lat9nq
2022-02-11
1
-1
/
+3
*
audio/stream: Adjust volume scale factor
german77
2022-01-15
1
-2
/
+2
*
general: Add missing copyright notices
ameerj
2021-12-05
2
-0
/
+8
*
common/logging: Move Log::Entry declaration to a separate header
ameerj
2021-10-01
3
-0
/
+7
*
Merge pull request #6571 from Kelebek1/Mix
bunnei
2021-07-12
1
-0
/
+9
|
\
[prev]
[next]