summaryrefslogtreecommitdiff
path: root/src/audio_core
AgeCommit message (Expand)Author
2019-03-09audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32Lioncash
2019-02-27audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling ...Lioncash
2019-02-27audio_core/audio_renderer: Name previously unknown parameters of AudioRendere...Lioncash
2019-02-25audio_core/cubeb_sink: Initialize CubebSinkStream's last_frame data memberLioncash
2019-02-25audio_core/cubeb_sink: Add override specifier to destructorLioncash
2019-02-25audio_core/cubeb_sink: Resolve variable shadowing warnings in SamplesInQueueLioncash
2019-02-25audio_core/codec: Resolve truncation warnings within DecodeADPCMLioncash
2019-02-16audio_core/buffer: Make const and non-const getter for samples consistentLioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2019-01-26dsp_interface: fix sound being played while volume is 0fearlessTobi
2019-01-14audio_core: remove unnecessary spaces on commentsOtávio Pace
2018-12-28audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEM...Lioncash
2018-12-14Merge pull request #1902 from lioncash/audiobunnei
2018-12-13audio_core: Make g_sink_details internally linkedLioncash
2018-12-06Avoid (expensive) audio interpolation when sample rates already matchheapo
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-13audio_core/audio_renderer: Fix typo in AuxInfo member nameLioncash
2018-11-06microprofile: Drop ReleaseActiveBuffer scope.Markus Wick
2018-10-29time_stretch: Switch to values of CitrafearlessTobi
2018-10-27cubeb_sink: ignore null-name device when selectingWeiyi Wang
2018-10-24time_stretch: Remove unused m_channel_count member variableLioncash
2018-10-09EffectOutStatus padding is now in hexDavid Marcec
2018-10-07Fixups for softlockDavid Marcec
2018-10-07Fixed missing returnDavid Marcec
2018-10-07Fixed smo softlockDavid Marcec
2018-09-23stream: Preserve enum class type in GetState()Lioncash
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec
2018-09-20Logging: Change the TimeStretch::Process log from debug to trace level.Subv
2018-09-17time_stretch: Remove unused <array> includeLioncash
2018-09-17stream: Replace includes with forward declarations where applicableLioncash
2018-09-17audio_renderer: Replace includes with forward declarations where applicableLioncash
2018-09-17Merge pull request #1314 from lioncash/castbunnei
2018-09-17Merge pull request #1321 from lioncash/audio-shadowbunnei
2018-09-17Merge pull request #1320 from lioncash/namebunnei
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-14cubeb_sink: Get rid of variable shadowing within CubebSink's constructorLioncash
2018-09-14cubeb_sink: Correct context name in ListCubebSinkDevices()Lioncash
2018-09-13audio_core/time_stretch: Silence truncation warnings in Process()Lioncash
2018-09-12Merge pull request #1298 from lioncash/viewbunnei
2018-09-12Merge pull request #1163 from FearlessTobi/add-audio-stretchingbunnei
2018-09-12audio_core: Flush stream when not playing anythingMerryMage
2018-09-11audio_core/sink_details: Change std::string parameter into std::string_viewLioncash
2018-09-09cubeb_sink: Downsample arbitrary number of channelsMerryMage
2018-09-08cubeb_sink: Perform audio stretchingMerryMage
2018-09-08audio_core: Add audio stretcherMerryMage
2018-09-08cubeb_sink: Hold last available value instead of writing zerosMerryMage
2018-09-08cubeb_sink: Use RingBufferMerryMage
2018-09-08Add audio stretching supportfearlessTobi
2018-09-08audio_renderer: Rename AudioOut instance to audio_outMerryMage