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-09-12
Audio: Add per-client volume
kleines Filmröllchen
2021-09-12
LibDSP+LibAudio: Use logarithmic scaling in delay effect
kleines Filmröllchen
2021-09-12
Audio: Change how volume works
kleines Filmröllchen
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-08-31
LibAudio: Implement decoding verbatim blocks in FLAC
Karol Kosek
2021-08-31
Libraries: Add LibDSP
kleines Filmröllchen
2021-08-27
Userland+LibAudio: Make audio applications support dynamic sample rate
kleines Filmröllchen
2021-08-18
LibAudio: Resample FLAC audio data
kleines Filmröllchen
2021-08-18
LibAudio: Resample with integer ratios instead of floats
kleines Filmröllchen
2021-08-17
LibAudio: Fix overflow on 24-bit FLAC LPC data
kleines Filmröllchen
2021-08-17
LibAudio: Rescale integer samples correctly in FLAC loader
kleines Filmröllchen
2021-08-17
LibAudio: Use size_t in loops
kleines Filmröllchen
2021-08-06
LibAudio: Make playing lossy flacs more truthful
Karol Kosek
2021-08-06
LibAudio: Fix calculation of wasted bits-per-sample
Karol Kosek
2021-08-06
LibAudio: Make read samples signed when decoding fixed FLAC subframes
Karol Kosek
2021-08-04
LibAudio: Use an existing file stream when parsing a FLAC header
Karol Kosek
2021-08-04
LibAudio: Initialize m_stream before parsing a FLAC header
Karol Kosek
2021-08-02
LibAudio: Handle stream errors in FlacLoader
Andrew Kaster
2021-07-22
LibAudio: Implement loaded_samples() in the FLAC Loader
Karol Kosek
2021-07-22
LibAudio: Read custom block sizes and sample rates as big endian
Karol Kosek
2021-07-22
LibAudio: Don't read too much bytes in FLAC
Karol Kosek
2021-07-21
LibAudio: Fix UTF-8 decoding logic in FLAC decoding :^)
Karol Kosek
2021-07-21
LibAudio: Check if zero-bit padding is actually zero
Karol Kosek
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-13
LibAudio: Use new Vector formatter
kleines Filmröllchen
2021-07-12
LibAudio: Set variable type for decoding fixed subframes in FLAC
Karol Kosek
2021-07-05
LibAudio: Add ClientConnection::async_enqueue()
kleines Filmröllchen
2021-07-05
LibAudio: Improve latency on audio queue failures
kleines Filmröllchen
2021-06-25
LibAudio: Implement a basic FLAC loader
kleines Filmröllchen
2021-06-25
LibAudio: Make ResampleHelper templated for different sample types
kleines Filmröllchen
2021-06-25
LibAudio: Make LoaderPlugin::error_string return String&
kleines Filmröllchen
2021-06-25
LibAudio: Add the Int32 sample format
kleines Filmröllchen
2021-06-21
SoundPlayer: Handle any input file sample rate
Nick Miller
2021-06-21
LibAudio: Sleep less when the audio buffer is full
Nick Miller
2021-06-21
LibAudio: Avoid reading past the end of sample data
Nick Miller
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
[next]