index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_core
/
stream.cpp
Age
Commit message (
Expand
)
Author
2019-11-26
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-06-30
Merge pull request #2583 from FernandoS27/core-timing-safe
bunnei
2019-06-16
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
2019-06-16
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...
David Marcec
2019-06-04
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-03-24
core/core_timing: Make callback parameters consistent
Lioncash
2019-02-16
audio_core/buffer: Make const and non-const getter for samples consistent
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-01-26
dsp_interface: fix sound being played while volume is 0
fearlessTobi
2018-12-28
audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...
Lioncash
2018-11-06
microprofile: Drop ReleaseActiveBuffer scope.
Markus Wick
2018-09-23
stream: Preserve enum class type in GetState()
Lioncash
2018-09-23
Added audren:u#GetAudioRendererState
David Marcec
2018-09-17
stream: Replace includes with forward declarations where applicable
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-12
audio_core: Flush stream when not playing anything
MerryMage
2018-09-08
Add audio stretching support
fearlessTobi
2018-09-04
Update microprofile scopes.
Markus Wick
2018-08-04
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-04
audio_core: Streams need unique names for CoreTiming.
bunnei
2018-07-31
audio_core: Add configuration settings.
bunnei
2018-07-30
audio_core: Implement Sink and SinkStream interfaces with cubeb.
bunnei
2018-07-30
audio_core: Misc. improvements to stream/buffer/audio_out.
bunnei
2018-07-27
audio_core: Add initial code for keeping track of audout state.
bunnei