summaryrefslogtreecommitdiff
path: root/src/audio_core
AgeCommit message (Expand)Author
2022-09-16Merge pull request #8914 from lioncash/audio-constbunnei
2022-09-16Merge pull request #8911 from lioncash/cexpr-stringMorph
2022-09-16audio_renderer: Pass command buffer by const referenceLioncash
2022-09-16sink_stream: Mark GetQueueSize as constLioncash
2022-09-16node_states: Mark relevant member functions as constLioncash
2022-09-16i3dl2/reverb: Mark relevant member functions as constLioncash
2022-09-16behavior_info: Mark CopyErrorInfo as constLioncash
2022-09-16audio_device: Mark GetDeviceVolume as constLioncash
2022-09-16audio_render_manager: Mark several functions as constLioncash
2022-09-16audio_in: Mark several functions as constLioncash
2022-09-16audio_out: Mark several functions as constLioncash
2022-09-16audio_buffers: Pass by const-ref in AppendBuffersLioncash
2022-09-16device_session: Convert for loop into ranged for in AppendBuffersLioncash
2022-09-16device_session: Pass arguments by const-ref in relevant functionsLioncash
2022-09-15Merge pull request #8878 from Kelebek1/remove_pausebunnei
2022-09-15Merge pull request #8901 from lioncash/docsliamwhite
2022-09-15audio_core: Amend documentation tagsLioncash
2022-09-15audio_device: Mark member functions as const where applicableLioncash
2022-09-15audio_device: Make AudioDeviceName constructor constexprLioncash
2022-09-13compressor: Simplify memset in InitializeCompressorEffectLioncash
2022-09-13compressor: Mark params parameters as constLioncash
2022-09-13compressor: Remove unneeded casts in ApplyCompressorEffectLioncash
2022-09-13Remove pause callbacks from coretimingKelebek1
2022-09-12Remove a pragma once from a cpp fileKelebek1
2022-09-04Don't stall with nvdecKelebek1
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during...Kelebek1
2022-08-12Do some log memes to help perceived volumeKelebek1
2022-07-29audio_core: fix -Wuninitialized when compiling with ASanLiam
2022-07-27Avoid depop out of boundsKelebek1
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-22Project AndioKelebek1
2022-07-10Rework CoreTimingKelebek1
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-14Merge pull request #8383 from Morph1984/shadow-of-the-pastMai
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-06-13audio_core: Remove -Werror=unused-parameterMorph
2022-06-13CMakeLists: Make variable shadowing a compile-time errorMorph
2022-05-13command_generator: Use u8 for tap index lutMorph
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-01audio_core: remove time stretcherAndrea Pappacoda
2022-02-11audio_core: Update current process revisionlat9nq
2022-01-15audio/stream: Adjust volume scale factorgerman77
2021-12-05general: Add missing copyright noticesameerj
2021-10-01common/logging: Move Log::Entry declaration to a separate headerameerj
2021-07-12Merge pull request #6571 from Kelebek1/Mixbunnei
2021-07-08Merge pull request #6539 from lat9nq/default-settingAmeer J
2021-07-08Replace NaN mix volume samples with silence.Kelebek1
2021-07-08Merge pull request #6564 from Kelebek1/AudioMorph
2021-07-08audio_core: Preserve front channel volume after 6 to 2 downmixKelebek1
2021-07-06Support more PCM formats. Fixes Ys IX audio.Kelebek1