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