summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/audio_device.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-04Rework ADSP into a wrapper for appsKelebek11-2/+2
2022-09-16audio_device: Mark GetDeviceVolume as constLioncash1-1/+1
This doesn't modify instance state.
2022-09-15audio_device: Mark member functions as const where applicableLioncash1-5/+5
These member functions don't modify any internal state.
2022-09-15audio_device: Make AudioDeviceName constructor constexprLioncash1-1/+23
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
2022-07-22Project AndioKelebek11-0/+52