aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/audio_device.h
AgeCommit message (Collapse)Author
2024-02-20audio: rewrite IAudioDeviceLiam
2023-09-04Rework ADSP into a wrapper for appsKelebek1
2022-09-15audio_device: Mark member functions as const where applicableLioncash
These member functions don't modify any internal state.
2022-09-15audio_device: Make AudioDeviceName constructor constexprLioncash
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 AndioKelebek1