summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/audio_device.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio: rewrite IAudioDeviceLiam2024-02-211-4/+2
|
* Rework ADSP into a wrapper for appsKelebek12023-09-041-2/+2
|
* audio_device: Mark member functions as const where applicableLioncash2022-09-151-3/+3
| | | | These member functions don't modify any internal state.
* audio_device: Make AudioDeviceName constructor constexprLioncash2022-09-151-12/+4
| | | | | | | | 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
* Project AndioKelebek12022-07-221-0/+88