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
/
Libraries
/
LibAudio
Age
Commit message (
Expand
)
Author
2021-06-09
LibAudio: Add support for WAVE_FORMAT_EXTENSIBLE
Nick Miller
2021-06-09
LibAudio: Make Loader::seek() treat its input as a sample index
Nick Miller
2021-06-08
LibAudio: WavLoader: Avoid reading partial samples
Nick Miller
2021-06-08
LibAudio+LibCore: Remove unnecessary IODeviceStreamReader.h
Nick Miller
2021-05-23
Userland: Mark subclasses of IPC::{Client,Server}Connection final
Andreas Kling
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-23
AudioServer: Remove unnecessary greet() message
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-26
LibAudio: Support 32 and 64-bit float WAV files
kleines Filmröllchen
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
Everywhere: rename 'Sample' type to 'Frame'
Cesar Torres
2021-03-16
LibAudio: decrease WavLoader's size limit to a more reasonable size
Idan Horowitz
2021-03-01
LibAudio: Move format and BPS checks before VERIFYs in WAV loader
Luke
2021-03-01
LibAudio: Use handle_any_error in WAV loader
Luke
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-22
Libraries: Add missing headers
Ben Wiederhake
2021-01-17
AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer
Andreas Kling
2021-01-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling