summaryrefslogtreecommitdiff
path: root/Userland/Services/AudioServer
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-27AudioServer: don't set an upper limit on volume in mixerCesar Torres
2021-03-27Everywhere: rename 'Sample' type to 'Frame'Cesar Torres
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-17AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBufferAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling