summaryrefslogtreecommitdiffstats
path: root/src/audio_core/in (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-22Remove memory allocations in some hot pathsKelebek11-2/+3
2023-03-07hle: rename legacy errors to ResultsLiam2-4/+4
2022-12-16Signal buffer event on audio in/out system stop, and force remove all registered audio buffersKelebek11-2/+5
2022-10-26audio_in/out_system: Pass Initialize members by value where applicableLioncash2-2/+2
2022-10-13kernel: remove KWritableEventLiam1-3/+3
2022-09-16audio_in: Mark several functions as constLioncash4-18/+18
2022-09-16audio_buffers: Pass by const-ref in AppendBuffersLioncash1-6/+8
2022-09-15audio_core: Amend documentation tagsLioncash1-1/+1
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-2/+8
2022-07-22Project AndioKelebek14-0/+735