summaryrefslogtreecommitdiffstats
path: root/src/audio_core/stream.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-22Implement audout GetAudioOutPlayedSampleCountKelebek11-0/+6
2021-01-24audout: FlushAudioOutBuffersChloe Marcec1-0/+3
2020-12-03audio_core: Make shadowing and unused parameters errorsLioncash1-2/+2
2020-11-17audren: Make use of nodiscard, rework downmixing, release all buffersChloe Marcec1-9/+12
2020-07-16core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash1-2/+2
2020-07-16core_timing: Make use of std::chrono with ScheduleEventLioncash1-4/+2
2020-07-01audio: Improving audio timing for multicore/single coreDavid Marcec1-2/+2
2020-06-27Audio: Correct buffer release for host timing.Fernando Sahmkow1-0/+3
2020-06-27AudioCore: Use nanoseconds instead of cycles for buffer time.Fernando Sahmkow1-1/+1
2019-11-27core_timing: Use better reference tracking for EventType. (#3159)bunnei1-12/+13
2019-06-16CleanupDavid Marcec1-1/+1
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec1-0/+7
2019-02-16core_timing: Convert core timing into a classLioncash1-3/+5
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash1-11/+11
2018-09-24stream: Preserve enum class type in GetState()Lioncash1-7/+7
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec1-0/+3
2018-09-17stream: Replace includes with forward declarations where applicableLioncash1-3/+6
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-2/+2
2018-08-05audio_core: Use s16 where possible for audio samples.bunnei1-3/+0
2018-08-04audio_core: Streams need unique names for CoreTiming.bunnei1-1/+3
2018-07-31audio_core: Implement Sink and SinkStream interfaces with cubeb.bunnei1-2/+5
2018-07-31audio_core: Misc. improvements to stream/buffer/audio_out.bunnei1-2/+13
2018-07-28audio_core: Add initial code for keeping track of audout state.bunnei1-0/+89