summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibAudio
AgeCommit message (Expand)Author
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-08-31LibAudio: Implement decoding verbatim blocks in FLACKarol Kosek
2021-08-31Libraries: Add LibDSPkleines Filmröllchen
2021-08-27Userland+LibAudio: Make audio applications support dynamic sample ratekleines Filmröllchen
2021-08-18LibAudio: Resample FLAC audio datakleines Filmröllchen
2021-08-18LibAudio: Resample with integer ratios instead of floatskleines Filmröllchen
2021-08-17LibAudio: Fix overflow on 24-bit FLAC LPC datakleines Filmröllchen
2021-08-17LibAudio: Rescale integer samples correctly in FLAC loaderkleines Filmröllchen
2021-08-17LibAudio: Use size_t in loopskleines Filmröllchen
2021-08-06LibAudio: Make playing lossy flacs more truthfulKarol Kosek
2021-08-06LibAudio: Fix calculation of wasted bits-per-sampleKarol Kosek
2021-08-06LibAudio: Make read samples signed when decoding fixed FLAC subframesKarol Kosek
2021-08-04LibAudio: Use an existing file stream when parsing a FLAC headerKarol Kosek
2021-08-04LibAudio: Initialize m_stream before parsing a FLAC headerKarol Kosek
2021-08-02LibAudio: Handle stream errors in FlacLoaderAndrew Kaster
2021-07-22LibAudio: Implement loaded_samples() in the FLAC LoaderKarol Kosek
2021-07-22LibAudio: Read custom block sizes and sample rates as big endianKarol Kosek
2021-07-22LibAudio: Don't read too much bytes in FLACKarol Kosek
2021-07-21LibAudio: Fix UTF-8 decoding logic in FLAC decoding :^)Karol Kosek
2021-07-21LibAudio: Check if zero-bit padding is actually zeroKarol Kosek
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-13LibAudio: Use new Vector formatterkleines Filmröllchen
2021-07-12LibAudio: Set variable type for decoding fixed subframes in FLACKarol Kosek
2021-07-05LibAudio: Add ClientConnection::async_enqueue()kleines Filmröllchen
2021-07-05LibAudio: Improve latency on audio queue failureskleines Filmröllchen
2021-06-25LibAudio: Implement a basic FLAC loaderkleines Filmröllchen
2021-06-25LibAudio: Make ResampleHelper templated for different sample typeskleines Filmröllchen
2021-06-25LibAudio: Make LoaderPlugin::error_string return String&kleines Filmröllchen
2021-06-25LibAudio: Add the Int32 sample formatkleines Filmröllchen
2021-06-21SoundPlayer: Handle any input file sample rateNick Miller
2021-06-21LibAudio: Sleep less when the audio buffer is fullNick Miller
2021-06-21LibAudio: Avoid reading past the end of sample dataNick Miller
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