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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement audout GetAudioOutPlayedSampleCount
Kelebek1
2021-06-22
1
-2
/
+5
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
Merge pull request #5868 from german77/HandheldFix
bunnei
2021-02-08
1
-1
/
+8
|
\
|
*
Prevent over scheduling audio events and terminate properly the motion update event
german
2021-02-02
1
-1
/
+8
*
|
audout: FlushAudioOutBuffers
Chloe Marcec
2021-01-24
1
-0
/
+8
|
/
*
audio_core: stream: Ensure buffer is valid before release.
bunnei
2020-12-29
1
-2
/
+10
*
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-12-03
1
-5
/
+5
*
Addressed changes
Chloe Marcec
2020-11-17
1
-0
/
+1
*
audren: Make use of nodiscard, rework downmixing, release all buffers
Chloe Marcec
2020-11-17
1
-0
/
+9
*
audio_core: Remove unnecessary inclusions
Lioncash
2020-09-25
1
-1
/
+0
*
Merge pull request #4310 from ogniK5377/apollo-1-prod
bunnei
2020-09-11
1
-5
/
+1
|
\
|
*
Disable time stretcher for time being
David Marcec
2020-07-25
1
-5
/
+1
*
|
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-28
1
-3
/
+4
|
/
*
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-16
1
-6
/
+7
*
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-16
1
-8
/
+6
*
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-10
1
-3
/
+4
*
Don't handle cycles late if stretcher is active
David Marcec
2020-07-01
1
-1
/
+3
*
audio: Improving audio timing for multicore/single core
David Marcec
2020-07-01
1
-18
/
+5
*
Audio: Correct buffer release for host timing.
Fernando Sahmkow
2020-06-27
1
-1
/
+14
*
AudioCore: Use nanoseconds instead of cycles for buffer time.
Fernando Sahmkow
2020-06-27
1
-5
/
+5
*
Add a "Mute Audio" hotkey
Kewlan
2020-06-26
1
-1
/
+1
*
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-27
1
-1
/
+1
*
Merge pull request #2583 from FernandoS27/core-timing-safe
bunnei
2019-06-30
1
-1
/
+1
|
\
|
*
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
2019-06-16
1
-1
/
+1
*
|
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent
David Marcec
2019-06-16
1
-3
/
+7
|
/
*
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-06-05
1
-1
/
+3
*
core/core_timing: Make callback parameters consistent
Lioncash
2019-03-24
1
-1
/
+1
*
audio_core/buffer: Make const and non-const getter for samples consistent
Lioncash
2019-02-16
1
-1
/
+1
*
core_timing: Convert core timing into a class
Lioncash
2019-02-16
1
-6
/
+5
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-3
/
+4
*
dsp_interface: fix sound being played while volume is 0
fearlessTobi
2019-01-26
1
-1
/
+1
*
audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG
Lioncash
2018-12-28
1
-4
/
+3
*
microprofile: Drop ReleaseActiveBuffer scope.
Markus Wick
2018-11-06
1
-4
/
+0
*
stream: Preserve enum class type in GetState()
Lioncash
2018-09-24
1
-2
/
+2
*
Added audren:u#GetAudioRendererState
David Marcec
2018-09-23
1
-0
/
+5
*
stream: Replace includes with forward declarations where applicable
Lioncash
2018-09-17
1
-0
/
+1
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-4
/
+4
*
audio_core: Flush stream when not playing anything
MerryMage
2018-09-12
1
-0
/
+2
*
Add audio stretching support
fearlessTobi
2018-09-08
1
-0
/
+1
*
Update microprofile scopes.
Markus Wick
2018-09-04
1
-0
/
+4
*
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-05
1
-14
/
+5
*
audio_core: Streams need unique names for CoreTiming.
bunnei
2018-08-04
1
-3
/
+4
*
audio_core: Add configuration settings.
bunnei
2018-08-01
1
-7
/
+28
*
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
2018-07-31
1
-0
/
+11
*
audio_core: Misc. improvements to stream/buffer/audio_out.
bunnei
2018-07-31
1
-12
/
+12
*
audio_core: Add initial code for keeping track of audout state.
bunnei
2018-07-28
1
-0
/
+103