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
/
stream.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement audout GetAudioOutPlayedSampleCount
Kelebek1
2021-06-22
1
-0
/
+6
*
audout: FlushAudioOutBuffers
Chloe Marcec
2021-01-24
1
-0
/
+3
*
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-12-03
1
-2
/
+2
*
audren: Make use of nodiscard, rework downmixing, release all buffers
Chloe Marcec
2020-11-17
1
-9
/
+12
*
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-16
1
-2
/
+2
*
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-16
1
-4
/
+2
*
audio: Improving audio timing for multicore/single core
David Marcec
2020-07-01
1
-2
/
+2
*
Audio: Correct buffer release for host timing.
Fernando Sahmkow
2020-06-27
1
-0
/
+3
*
AudioCore: Use nanoseconds instead of cycles for buffer time.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-27
1
-12
/
+13
*
Cleanup
David Marcec
2019-06-16
1
-1
/
+1
*
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent
David Marcec
2019-06-16
1
-0
/
+7
*
core_timing: Convert core timing into a class
Lioncash
2019-02-16
1
-3
/
+5
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-11
/
+11
*
stream: Preserve enum class type in GetState()
Lioncash
2018-09-24
1
-7
/
+7
*
Added audren:u#GetAudioRendererState
David Marcec
2018-09-23
1
-0
/
+3
*
stream: Replace includes with forward declarations where applicable
Lioncash
2018-09-17
1
-3
/
+6
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-2
/
+2
*
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-05
1
-3
/
+0
*
audio_core: Streams need unique names for CoreTiming.
bunnei
2018-08-04
1
-1
/
+3
*
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
2018-07-31
1
-2
/
+5
*
audio_core: Misc. improvements to stream/buffer/audio_out.
bunnei
2018-07-31
1
-2
/
+13
*
audio_core: Add initial code for keeping track of audout state.
bunnei
2018-07-28
1
-0
/
+89