summaryrefslogtreecommitdiffstats
path: root/src/audio_core/device/audio_buffers.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove memory allocations in some hot pathsKelebek12023-06-221-3/+5
|
* Signal buffer event on audio in/out system stop, and force remove all registered audio buffersKelebek12022-12-161-3/+5
|
* audio_buffers: Pass by const-ref in AppendBuffersLioncash2022-09-161-1/+1
| | | | | This function doesn't modify the passed in buffer, so we can make that explicit.
* device_session: Pass arguments by const-ref in relevant functionsLioncash2022-09-161-1/+1
| | | | | These functions don't modify the passed in audio buffers, so we can signify that in the interface.
* audio_core: Amend documentation tagsLioncash2022-09-151-1/+3
| | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-1/+12
|
* Project AndioKelebek12022-07-221-0/+304