summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibAudio
AgeCommit message (Expand)Author
2021-06-09LibAudio: Add support for WAVE_FORMAT_EXTENSIBLENick Miller
2021-06-09LibAudio: Make Loader::seek() treat its input as a sample indexNick Miller
2021-06-08LibAudio: WavLoader: Avoid reading partial samplesNick Miller
2021-06-08LibAudio+LibCore: Remove unnecessary IODeviceStreamReader.hNick Miller
2021-05-23Userland: Mark subclasses of IPC::{Client,Server}Connection finalAndreas Kling
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-23AudioServer: Remove unnecessary greet() messageAndreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-04-26LibAudio: Support 32 and 64-bit float WAV fileskleines Filmröllchen
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-27Everywhere: rename 'Sample' type to 'Frame'Cesar Torres
2021-03-16LibAudio: decrease WavLoader's size limit to a more reasonable sizeIdan Horowitz
2021-03-01LibAudio: Move format and BPS checks before VERIFYs in WAV loaderLuke
2021-03-01LibAudio: Use handle_any_error in WAV loaderLuke
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-17AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBufferAndreas Kling
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling