summaryrefslogtreecommitdiff
path: root/src/audio_core
AgeCommit message (Expand)Author
2020-03-23audio_core: Accept Audren REV8FearlessTobi
2020-03-08cubeb_sink: Don't discard other channels when performing downmixingFearlessTobi
2020-02-22audio_core: interpolate: Improvements to fix audio crackling.bunnei
2020-02-22audio_core: interpolate: Fix include for climits (Linux build break).bunnei
2020-01-24audio_core: Switch to a faster interpolation techniqueFearlessTobi
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core: Prepare various classes for memory read/write migrationLioncash
2019-11-26core_timing: Use better reference tracking for EventType. (#3159)bunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-09-21Used revision 5 instead of 7, marked constexpr as staticDavid Marcec
2019-09-20Added frame_count for REV7 audio rendererDavid Marcec
2019-07-13Clang formatDavid Marcec
2019-07-13Addressed issuesDavid Marcec
2019-07-13"AudioRenderer" thread should have a unique nameDavid Marcec
2019-07-08addressed issueDavid Marcec
2019-07-01audren: Only manage wave buffers with a sizeDavid Marcec
2019-06-30Merge pull request #2583 from FernandoS27/core-timing-safebunnei
2019-06-16Core_Timing: Make core_timing threadsafe by default.Fernando Sahmkow
2019-06-16CleanupDavid Marcec
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...David Marcec
2019-06-04core/core_timing_util: Use std::chrono types for specifying time unitsLioncash
2019-03-24core/core_timing: Make callback parameters consistentLioncash
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