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
/
Mixer.cpp
Age
Commit message (
Expand
)
Author
2022-06-23
AudioServer: Make hardware write buffer size flexible
kleines Filmröllchen
2022-06-23
AudioServer: Explicitly cast between numeric types in the mixer
kleines Filmröllchen
2022-04-21
LibAudio+Userland: Use new audio queue in client-server communication
kleines Filmröllchen
2022-04-21
LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBuffer
kleines Filmröllchen
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()
Sam Atkins
2022-02-14
AudioServer: Use first audio channel in the /dev/audio directory
Liav A
2022-01-14
Everywhere: Use my new serenityos.org e-mail :^)
kleines Filmröllchen
2021-12-24
AudioServer: Ignore 'muted' clients when computing the 'output mix'
Elyse
2021-12-24
Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnections
Elyse
2021-11-24
Kernel: Allow higher audio sample rates than 65kHZ (`u16`)
Jelle Raaijmakers
2021-11-21
AudioServer: Use `strerror` correctly in Mixer
Jelle Raaijmakers
2021-11-15
Audio: Fix code smells and issues found by static analysis
kleines Filmröllchen
2021-11-08
LibAudio: Rename Audio::Frame -> Audio::Sample
David Isaksson
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-17
AudioServer: Persist audio settings with a config file
kleines Filmröllchen
2021-08-01
Services: Remove unused header includes
Brian Gianforcaro
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-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
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-01-12
Services: Move to Userland/Services/
Andreas Kling