summaryrefslogtreecommitdiff
path: root/Userland/Services/AudioServer
AgeCommit message (Expand)Author
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2022-11-25AudioServer: Detect improperly detached audio clientskleines Filmröllchen
2022-11-12AudioServer: Stop re-creating the device stream bufferAlex Chronopoulos
2022-11-12AudioServer: Stop glitching when toggling muteAlex Chronopoulos
2022-11-07AudioServer: Skip mixing when volume is zeroAlex Chronopoulos
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-31Userland: Use Threading::MutexLocker to lock/unlock mutexesOleg Kosenkov
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-09-16Everywhere: Remove a bunch of dead write-only variablesTim Schumacher
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-23AudioServer: Reduce hardware audio buffer to 512 sampleskleines Filmröllchen
2022-06-23AudioServer: Make hardware write buffer size flexiblekleines Filmröllchen
2022-06-23AudioServer: Explicitly cast between numeric types in the mixerkleines Filmröllchen
2022-05-03LibAudio+Userland: Remove Audio::LegacyBufferkleines Filmröllchen
2022-04-23LibWeb+AudioServer: Remove unused spaceship operatorsAndrew Kaster
2022-04-21AudioServer: Auto-pause new clientskleines Filmröllchen
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-04-21LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBufferkleines Filmröllchen
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-14AudioServer: Decrease sample headroom to 5%kleines Filmröllchen
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
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