summaryrefslogtreecommitdiff
path: root/src/audio_core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | audio_manager: Remove redundant cast in ThreadFunc()Gravatar Lioncash2022-09-211-3/+5
* | audio_manager: move std::functions in SetOutManager/SetInManagerGravatar Lioncash2022-09-211-2/+2
* | audio_manager: Remove unused forward declarationsGravatar Lioncash2022-09-212-10/+0
* | audio_manager: Remove unused sessions_started member variableGravatar Lioncash2022-09-211-2/+0
* | audio_manager: Remove dependence on system stateGravatar Lioncash2022-09-213-10/+4
|/
* Merge pull request #8914 from lioncash/audio-constGravatar bunnei2022-09-1625-82/+87
|\
| * audio_renderer: Pass command buffer by const referenceGravatar Lioncash2022-09-164-4/+4
| * sink_stream: Mark GetQueueSize as constGravatar Lioncash2022-09-161-1/+1
| * node_states: Mark relevant member functions as constGravatar Lioncash2022-09-161-2/+2
| * i3dl2/reverb: Mark relevant member functions as constGravatar Lioncash2022-09-162-4/+4
| * behavior_info: Mark CopyErrorInfo as constGravatar Lioncash2022-09-164-6/+6
| * audio_device: Mark GetDeviceVolume as constGravatar Lioncash2022-09-162-2/+2
| * audio_render_manager: Mark several functions as constGravatar Lioncash2022-09-162-6/+6
| * audio_in: Mark several functions as constGravatar Lioncash2022-09-164-18/+18
| * audio_out: Mark several functions as constGravatar Lioncash2022-09-164-16/+17
| * audio_buffers: Pass by const-ref in AppendBuffersGravatar Lioncash2022-09-163-13/+17
| * device_session: Convert for loop into ranged for in AppendBuffersGravatar Lioncash2022-09-161-5/+5
| * device_session: Pass arguments by const-ref in relevant functionsGravatar Lioncash2022-09-163-7/+7
* | Merge pull request #8911 from lioncash/cexpr-stringGravatar Morph2022-09-164-23/+37
|\ \ | |/ |/|
| * audio_device: Mark member functions as const where applicableGravatar Lioncash2022-09-152-8/+8
| * audio_device: Make AudioDeviceName constructor constexprGravatar Lioncash2022-09-154-15/+29
* | Merge pull request #8878 from Kelebek1/remove_pauseGravatar bunnei2022-09-1512-120/+29
|\ \
| * | Remove pause callbacks from coretimingGravatar Kelebek12022-09-1312-120/+29
* | | Merge pull request #8901 from lioncash/docsGravatar liamwhite2022-09-1528-112/+105
|\ \ \
| * | | audio_core: Amend documentation tagsGravatar Lioncash2022-09-1528-112/+105
| | |/ | |/|
* | | compressor: Simplify memset in InitializeCompressorEffectGravatar Lioncash2022-09-131-1/+1
* | | compressor: Mark params parameters as constGravatar Lioncash2022-09-131-3/+3
* | | compressor: Remove unneeded casts in ApplyCompressorEffectGravatar Lioncash2022-09-131-2/+1
|/ /
* / Remove a pragma once from a cpp fileGravatar Kelebek12022-09-121-2/+0
|/
* Don't stall with nvdecGravatar Kelebek12022-09-043-1/+29
* Rework audio output, connecting AudioOut into coretiming to fix desync during...Gravatar Kelebek12022-09-0222-842/+549
* Do some log memes to help perceived volumeGravatar Kelebek12022-08-121-0/+3
* audio_core: fix -Wuninitialized when compiling with ASanGravatar Liam2022-07-291-4/+4
* Avoid depop out of boundsGravatar Kelebek12022-07-272-2/+2
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-0/+3
* Project AndioGravatar Kelebek12022-07-22237-7621/+30231
* Rework CoreTimingGravatar Kelebek12022-07-102-5/+10
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-265-15/+14
* Merge pull request #8383 from Morph1984/shadow-of-the-pastGravatar Mai2022-06-141-3/+0
|\
| * audio_core: Remove -Werror=unused-parameterGravatar Morph2022-06-131-1/+0
| * CMakeLists: Make variable shadowing a compile-time errorGravatar Morph2022-06-131-2/+0
* | common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-134-7/+7
|/
* command_generator: Use u8 for tap index lutGravatar Morph2022-05-131-8/+8
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2343-129/+86
* audio_core: remove time stretcherGravatar Andrea Pappacoda2022-04-015-131/+3
* audio_core: Update current process revisionGravatar lat9nq2022-02-111-1/+3
* audio/stream: Adjust volume scale factorGravatar german772022-01-151-2/+2
* general: Add missing copyright noticesGravatar ameerj2021-12-052-0/+8
* common/logging: Move Log::Entry declaration to a separate headerGravatar ameerj2021-10-013-0/+7
* Merge pull request #6571 from Kelebek1/MixGravatar bunnei2021-07-121-0/+9
|\