summaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/system.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-20audio: rewrite IAudioRendererManagerGravatar Liam1-5/+5
2024-01-28Use the input process handle to get the correct application's memoryGravatar Kelebek11-3/+7
2023-09-18Do not consider voice commands in time estimation, fix adpcm estimateGravatar Kelebek11-4/+6
2023-09-07Do not reset the command buffer command count each timeGravatar Kelebek11-11/+5
2023-09-04Rework ADSP into a wrapper for appsGravatar Kelebek11-16/+16
2023-08-28Fix node id index in DropVoicesGravatar Kelebek11-1/+1
2023-06-22Remove memory allocations in some hot pathsGravatar Kelebek11-0/+1
2023-05-01Wait for the terminate event before destroying a system instanceGravatar Kelebek11-4/+1
2023-03-23memory: rename global memory references to application memoryGravatar Liam1-2/+1
2023-03-06hle: rename legacy errors to ResultsGravatar Liam1-25/+25
2023-02-13general: rename CurrentProcess to ApplicationProcessGravatar Liam1-1/+1
2022-10-19Update audio_core for firmware 15.0.0Gravatar Kelebek11-31/+54
2022-10-12kernel: remove KWritableEventGravatar Liam1-2/+2
2022-07-22Project AndioGravatar Kelebek11-0/+802