index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
AudioServer
Age
Commit message (
Expand
)
Author
2021-09-12
AudioServer: Fix deadlock when playing two audio streams
kleines Filmröllchen
2021-09-12
Audio: Add per-client volume
kleines Filmröllchen
2021-09-12
AudioServer: Rename BufferQueue to ClientAudioStream
kleines Filmröllchen
2021-09-12
Audio: Change how volume works
kleines Filmröllchen
2021-08-27
AudioServer: Expose the ability to get and set the sample rate
kleines Filmröllchen
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-17
AudioServer: Persist audio settings with a config file
kleines Filmröllchen
2021-08-01
Services: Remove unused header includes
Brian Gianforcaro
2021-07-09
LibThreading: Rename Lock => Mutex
Andreas Kling
2021-07-03
Everywhere: Use IPC include syntax
Timothy
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-16
AudioServer: Put the m_zero_filled_buffer variable into the .bss segment
Gunnar Beutner
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-05-23
AudioServer: Remove unnecessary greet() message
Andreas Kling
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Split IPC endpoints into proxies and stubs
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-05-02
Userland: Make IPC handlers return void if they don't have any outputs
Gunnar Beutner
2021-05-02
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
Gunnar Beutner
2021-04-25
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
sin-ack
2021-04-25
Revert "IPCCompiler: Use string hashes for IPC endpoint magic"
Andreas Kling
2021-04-25
IPCCompiler: Use string hashes for IPC endpoint magic
sin-ack
2021-04-24
AudioServer: Mixer: limit max volume to 200%
Brendan Coles
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-27
AudioServer: don't set an upper limit on volume in mixer
Cesar Torres
2021-03-27
Everywhere: rename 'Sample' type to 'Frame'
Cesar Torres
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-01-17
AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling