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_renderer.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
Decouple audio processing and run at variable rate
Kelebek1
2021-06-27
1
-0
/
+6
*
hle: service: Acquire and release a lock on requests.
bunnei
2020-12-29
1
-7
/
+1
*
Merge pull request #5000 from lioncash/audio-error
bunnei
2020-12-03
1
-1
/
+2
|
\
|
*
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-12-03
1
-1
/
+2
*
|
audio_core: Remove temp_mix_buffer
Chloe Marcec
2020-11-28
1
-1
/
+0
|
/
*
audren: Make use of nodiscard, rework downmixing, release all buffers
Chloe Marcec
2020-11-17
1
-13
/
+7
*
audio_core: Remove unnecessary inclusions
Lioncash
2020-09-25
1
-1
/
+0
*
audio_core: Apollo Part 1, AudioRenderer refactor
David Marcec
2020-07-25
1
-204
/
+20
*
audren: Implement RendererInfo
David Marcec
2020-06-13
1
-3
/
+10
*
audio_renderer: Better voice mixing and 6 channel downmixing
David Marcec
2020-05-11
1
-0
/
+10
*
audio_renderer: Preliminary BehaviorInfo (#3736)
David
2020-04-21
1
-1
/
+4
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-3
/
+3
*
audio_core: Accept Audren REV8
FearlessTobi
2020-03-23
1
-1
/
+1
*
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-27
1
-2
/
+8
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-3
/
+2
*
Added frame_count for REV7 audio renderer
David Marcec
2019-09-20
1
-11
/
+14
*
Clang format
David Marcec
2019-07-12
1
-1
/
+2
*
Addressed issues
David Marcec
2019-07-12
1
-1
/
+1
*
"AudioRenderer" thread should have a unique name
David Marcec
2019-07-12
1
-1
/
+1
*
audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameter
Lioncash
2019-02-27
1
-6
/
+8
*
core_timing: Convert core timing into a class
Lioncash
2019-02-16
1
-1
/
+5
*
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
1
-3
/
+4
*
audio_core/audio_renderer: Fix typo in AuxInfo member name
Lioncash
2018-11-13
1
-1
/
+1
*
EffectOutStatus padding is now in hex
David Marcec
2018-10-09
1
-1
/
+1
*
Fixups for softlock
David Marcec
2018-10-07
1
-1
/
+1
*
Fixed smo softlock
David Marcec
2018-10-07
1
-0
/
+49
*
stream: Preserve enum class type in GetState()
Lioncash
2018-09-24
1
-1
/
+1
*
Added audren:u#GetAudioRendererState
David Marcec
2018-09-23
1
-0
/
+1
*
audio_renderer: Replace includes with forward declarations where applicable
Lioncash
2018-09-17
1
-39
/
+12
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-4
/
+4
*
audio_renderer: Rename AudioOut instance to audio_out
MerryMage
2018-09-08
1
-1
/
+1
*
audio_core: Interpolate
MerryMage
2018-08-13
1
-0
/
+2
*
Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount
David Marcec
2018-08-12
1
-1
/
+4
*
audio_core: Implement audren_u audio playback.
bunnei
2018-08-05
1
-0
/
+206