summaryrefslogtreecommitdiff
path: root/src/audio_core/stream.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* audio/stream: Adjust volume scale factorGravatar german772022-01-151-2/+2
* Implement audout GetAudioOutPlayedSampleCountGravatar Kelebek12021-06-221-2/+5
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* Merge pull request #5868 from german77/HandheldFixGravatar bunnei2021-02-081-1/+8
|\
| * Prevent over scheduling audio events and terminate properly the motion update...Gravatar german2021-02-021-1/+8
* | audout: FlushAudioOutBuffersGravatar Chloe Marcec2021-01-241-0/+8
|/
* audio_core: stream: Ensure buffer is valid before release.Gravatar bunnei2020-12-281-2/+10
* audio_core: Make shadowing and unused parameters errorsGravatar Lioncash2020-12-031-5/+5
* Addressed changesGravatar Chloe Marcec2020-11-171-0/+1
* audren: Make use of nodiscard, rework downmixing, release all buffersGravatar Chloe Marcec2020-11-171-0/+9
* audio_core: Remove unnecessary inclusionsGravatar Lioncash2020-09-251-1/+0
* Merge pull request #4310 from ogniK5377/apollo-1-prodGravatar bunnei2020-09-111-5/+1
|\
| * Disable time stretcher for time beingGravatar David Marcec2020-07-251-5/+1
* | core_timing: Make use of uintptr_t to represent user_dataGravatar Lioncash2020-07-271-3/+4
|/
* core_timing: Make TimedCallback take std::chrono::nanosecondsGravatar Lioncash2020-07-151-6/+7
* core_timing: Make use of std::chrono with ScheduleEventGravatar Lioncash2020-07-151-8/+6
* configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-091-3/+4
* Don't handle cycles late if stretcher is activeGravatar David Marcec2020-07-011-1/+3
* audio: Improving audio timing for multicore/single coreGravatar David Marcec2020-07-011-18/+5
* Audio: Correct buffer release for host timing.Gravatar Fernando Sahmkow2020-06-271-1/+14
* AudioCore: Use nanoseconds instead of cycles for buffer time.Gravatar Fernando Sahmkow2020-06-271-5/+5
* Add a "Mute Audio" hotkeyGravatar Kewlan2020-06-261-1/+1
* core_timing: Use better reference tracking for EventType. (#3159)Gravatar bunnei2019-11-261-1/+1
* Merge pull request #2583 from FernandoS27/core-timing-safeGravatar bunnei2019-06-301-1/+1
|\
| * Core_Timing: Make core_timing threadsafe by default.Gravatar Fernando Sahmkow2019-06-161-1/+1
* | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...Gravatar David Marcec2019-06-161-3/+7
|/
* core/core_timing_util: Use std::chrono types for specifying time unitsGravatar Lioncash2019-06-041-1/+3
* core/core_timing: Make callback parameters consistentGravatar Lioncash2019-03-241-1/+1
* audio_core/buffer: Make const and non-const getter for samples consistentGravatar Lioncash2019-02-161-1/+1
* core_timing: Convert core timing into a classGravatar Lioncash2019-02-151-6/+5
* core_timing: Rename CoreTiming namespace to Core::TimingGravatar Lioncash2019-02-121-3/+4
* dsp_interface: fix sound being played while volume is 0Gravatar fearlessTobi2019-01-261-1/+1
* audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...Gravatar Lioncash2018-12-281-4/+3
* microprofile: Drop ReleaseActiveBuffer scope.Gravatar Markus Wick2018-11-061-4/+0
* stream: Preserve enum class type in GetState()Gravatar Lioncash2018-09-231-2/+2
* Added audren:u#GetAudioRendererStateGravatar David Marcec2018-09-231-0/+5
* stream: Replace includes with forward declarations where applicableGravatar Lioncash2018-09-171-0/+1
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-4/+4
* audio_core: Flush stream when not playing anythingGravatar MerryMage2018-09-121-0/+2
* Add audio stretching supportGravatar fearlessTobi2018-09-081-0/+1
* Update microprofile scopes.Gravatar Markus Wick2018-09-041-0/+4
* audio_core: Use s16 where possible for audio samples.Gravatar bunnei2018-08-041-14/+5
* audio_core: Streams need unique names for CoreTiming.Gravatar bunnei2018-08-041-3/+4
* audio_core: Add configuration settings.Gravatar bunnei2018-07-311-7/+28
* audio_core: Implement Sink and SinkStream interfaces with cubeb.Gravatar bunnei2018-07-301-0/+11
* audio_core: Misc. improvements to stream/buffer/audio_out.Gravatar bunnei2018-07-301-12/+12
* audio_core: Add initial code for keeping track of audout state.Gravatar bunnei2018-07-271-0/+103