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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
audio_renderer: Preliminary BehaviorInfo (#3736)
David
2020-04-21
1
-10
/
+22
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-7
/
+8
*
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-27
1
-8
/
+9
*
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-27
1
-11
/
+13
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-1
/
+1
*
Used revision 5 instead of 7, marked constexpr as static
David Marcec
2019-09-21
1
-2
/
+2
*
Added frame_count for REV7 audio renderer
David Marcec
2019-09-20
1
-0
/
+10
*
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
-2
/
+3
*
addressed issue
David Marcec
2019-07-08
1
-1
/
+1
*
audren: Only manage wave buffers with a size
David Marcec
2019-07-01
1
-3
/
+5
*
core_timing: Convert core timing into a class
Lioncash
2019-02-16
1
-3
/
+4
*
audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG
Lioncash
2018-12-28
1
-4
/
+2
*
Avoid (expensive) audio interpolation when sample rates already match
heapo
2018-12-06
1
-2
/
+5
*
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
1
-2
/
+2
*
Fixups for softlock
David Marcec
2018-10-07
1
-5
/
+6
*
Fixed missing return
David Marcec
2018-10-07
1
-1
/
+1
*
Fixed smo softlock
David Marcec
2018-10-07
1
-13
/
+71
*
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
/
+4
*
audio_renderer: Replace includes with forward declarations where applicable
Lioncash
2018-09-17
1
-0
/
+40
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-12
/
+12
*
audio_renderer: Rename AudioOut instance to audio_out
MerryMage
2018-09-08
1
-6
/
+6
*
audio_renderer: samples_remaining counts frames, not samples
MerryMage
2018-08-13
1
-1
/
+1
*
audio_core: Interpolate
MerryMage
2018-08-13
1
-0
/
+3
*
Pushed the requested sample rate instead of our fixed sample rate
David Marcec
2018-08-12
1
-1
/
+1
*
Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount
David Marcec
2018-08-12
1
-0
/
+12
*
audio_core: Implement audren_u audio playback.
bunnei
2018-08-05
1
-0
/
+234