summaryrefslogtreecommitdiff
path: root/Userland/Services/AudioServer
AgeCommit message (Expand)Author
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-16AudioServer: Put the m_zero_filled_buffer variable into the .bss segmentGunnar Beutner
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-05-23AudioServer: Remove unnecessary greet() messageAndreas Kling
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Split IPC endpoints into proxies and stubsGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack
2021-04-24AudioServer: Mixer: limit max volume to 200%Brendan Coles
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
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