summaryrefslogtreecommitdiffstats
path: root/src/audio_core/in/audio_in_system.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_in: Mark several functions as constLioncash2022-09-161-5/+5
| | | | These functions don't modify class state, so we can mark them as such
* audio_buffers: Pass by const-ref in AppendBuffersLioncash2022-09-161-6/+8
| | | | | This function doesn't modify the passed in buffer, so we can make that explicit.
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-2/+8
|
* Project AndioKelebek12022-07-221-0/+213