summaryrefslogtreecommitdiff
path: root/Userland/Services/AudioServer
AgeCommit message (Expand)Author
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()Sam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-14AudioServer: Use first audio channel in the /dev/audio directoryLiav A
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14Everywhere: Use my new serenityos.org e-mail :^)kleines Filmröllchen
2021-12-24AudioServer: Ignore 'muted' clients when computing the 'output mix'Elyse
2021-12-24AudioServer: Add a 'self_muted' state to each client connectionElyse
2021-12-24AudioServer: Add 'mute' member and methods to ClientAudioStreamElyse
2021-12-24Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnectionsElyse
2021-12-24AudioServer/Mixer: Fix remaining samples underflowMax Trussell
2021-12-06LibCore: Make LocalServer::take_over_from_system_server() return ErrorOrAndreas Kling
2021-12-05Services: Cast unused IPC::new_client_connection() results to voidSam Atkins
2021-11-30AudioServer: Port to LibMain :^)Andreas Kling
2021-11-30LibCore: Change Core::LocalServer::on_ready_to_accept => on_acceptAndreas Kling
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-24Kernel: Allow higher audio sample rates than 65kHZ (`u16`)Jelle Raaijmakers
2021-11-21AudioServer: Use `strerror` correctly in MixerJelle Raaijmakers
2021-11-15Audio: Fix code smells and issues found by static analysiskleines Filmröllchen
2021-11-08LibAudio: Rename Audio::Frame -> Audio::SampleDavid Isaksson
2021-11-02AudioServer: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-09-12AudioServer: Fix deadlock when playing two audio streamskleines Filmröllchen
2021-09-12Audio: Add per-client volumekleines Filmröllchen
2021-09-12AudioServer: Rename BufferQueue to ClientAudioStreamkleines Filmröllchen
2021-09-12Audio: Change how volume workskleines Filmröllchen
2021-08-27AudioServer: Expose the ability to get and set the sample ratekleines Filmröllchen
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-17AudioServer: Persist audio settings with a config filekleines Filmröllchen
2021-08-01Services: Remove unused header includesBrian Gianforcaro
2021-07-09LibThreading: Rename Lock => MutexAndreas Kling
2021-07-03Everywhere: Use IPC include syntaxTimothy
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