summaryrefslogtreecommitdiff
path: root/src/audio_core
AgeCommit message (Expand)Author
2020-09-11Merge pull request #4310 from ogniK5377/apollo-1-prodbunnei
2020-08-17Preliminary effectsDavid Marcec
2020-08-14Disable biquad filterDavid Marcec
2020-08-14Reworked ADPCM decoder to allow better streamingDavid Marcec
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2020-08-01mix buffer depoppingDavid Marcec
2020-07-30adpcm streamingDavid Marcec
2020-07-27core_timing: Make use of uintptr_t to represent user_dataLioncash
2020-07-25Fix perf regressionDavid Marcec
2020-07-25Fix stream channel count when outputting to stereoDavid Marcec
2020-07-25Address issuesDavid Marcec
2020-07-25Queue extra mix bufferDavid Marcec
2020-07-25Disable time stretcher for time beingDavid Marcec
2020-07-25audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec
2020-07-15core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash
2020-07-15core_timing: Make use of std::chrono with ScheduleEventLioncash
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-07-01Don't handle cycles late if stretcher is activeDavid Marcec
2020-07-01audio: Improving audio timing for multicore/single coreDavid Marcec
2020-06-27Audio: Correct buffer release for host timing.Fernando Sahmkow
2020-06-27AudioCore: Use nanoseconds instead of cycles for buffer time.Fernando Sahmkow
2020-06-26Add a "Mute Audio" hotkeyKewlan
2020-06-13audren: Implement RendererInfoDavid Marcec
2020-05-11fix logic error & scale sample volume based on voice volumeDavid Marcec
2020-05-11pass by const ref insteadDavid Marcec
2020-05-11audio_renderer: Better voice mixing and 6 channel downmixingDavid Marcec
2020-04-20audio_renderer: Preliminary BehaviorInfo (#3736)David
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
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