summaryrefslogtreecommitdiffstats
path: root/src/audio_core/stream.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-27core_timing: Use better reference tracking for EventType. (#3159)bunnei1-1/+1
2019-06-16Core_Timing: Make core_timing threadsafe by default.Fernando Sahmkow1-1/+1
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec1-3/+7
2019-06-05core/core_timing_util: Use std::chrono types for specifying time unitsLioncash1-1/+3
2019-03-24core/core_timing: Make callback parameters consistentLioncash1-1/+1
2019-02-16audio_core/buffer: Make const and non-const getter for samples consistentLioncash1-1/+1
2019-02-16core_timing: Convert core timing into a classLioncash1-6/+5
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash1-3/+4
2019-01-26dsp_interface: fix sound being played while volume is 0fearlessTobi1-1/+1
2018-12-28audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSGLioncash1-4/+3
2018-11-06microprofile: Drop ReleaseActiveBuffer scope.Markus Wick1-4/+0
2018-09-24stream: Preserve enum class type in GetState()Lioncash1-2/+2
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec1-0/+5
2018-09-17stream: Replace includes with forward declarations where applicableLioncash1-0/+1
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-4/+4
2018-09-12audio_core: Flush stream when not playing anythingMerryMage1-0/+2
2018-09-08Add audio stretching supportfearlessTobi1-0/+1
2018-09-04Update microprofile scopes.Markus Wick1-0/+4
2018-08-05audio_core: Use s16 where possible for audio samples.bunnei1-14/+5
2018-08-04audio_core: Streams need unique names for CoreTiming.bunnei1-3/+4
2018-08-01audio_core: Add configuration settings.bunnei1-7/+28
2018-07-31audio_core: Implement Sink and SinkStream interfaces with cubeb.bunnei1-0/+11
2018-07-31audio_core: Misc. improvements to stream/buffer/audio_out.bunnei1-12/+12
2018-07-28audio_core: Add initial code for keeping track of audout state.bunnei1-0/+103