summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_device: Mark member functions as const where applicableLioncash2022-09-152-8/+8
| | | | These member functions don't modify any internal state.
* audio_device: Make AudioDeviceName constructor constexprLioncash2022-09-152-13/+27
| | | | | | | | These are used as read-only arrays, so we can make the data read-only and available at compile-time. Now constructing an AudioDevice no longer needs to initialize some tables
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-024-45/+17
|
* audio_core: fix -Wuninitialized when compiling with ASanLiam2022-07-301-4/+4
|
* Avoid depop out of boundsKelebek12022-07-282-2/+2
|
* Project AndioKelebek12022-07-22156-0/+24687