Tim Schumacher 708387b850 LibAudio: Use `read_until_filled` to fill a buffer from a Stream 2 years ago
..
CMakeLists.txt 0cd0565abc LibAudio: Improve FLAC seeking 2 years ago
ConnectionToServer.cpp a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace 2 years ago
ConnectionToServer.h a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace 2 years ago
FlacLoader.cpp 708387b850 LibAudio: Use `read_until_filled` to fill a buffer from a Stream 2 years ago
FlacLoader.h b2a018ee59 LibAudio: Use specified bit depth directly 2 years ago
FlacTypes.h b2a018ee59 LibAudio: Use specified bit depth directly 2 years ago
GenericTypes.cpp 0cd0565abc LibAudio: Improve FLAC seeking 2 years ago
GenericTypes.h 0cd0565abc LibAudio: Improve FLAC seeking 2 years ago
Loader.cpp 264cc76ab4 LibAudio: Move audio stream buffering into the loader 2 years ago
Loader.h 0cd0565abc LibAudio: Improve FLAC seeking 2 years ago
LoaderError.h d1dd753a95 LibAudio: Add a formatter for LoaderError 2 years ago
MP3HuffmanTables.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 years ago
MP3Loader.cpp 27d9ed0224 LibAudio: Use new generic seek table for MP3 2 years ago
MP3Loader.h 27d9ed0224 LibAudio: Use new generic seek table for MP3 2 years ago
MP3Tables.h 19a4b820c4 LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 3 years ago
MP3Types.h 4420e48dc3 LibAudio: Use symbolic constants for MP3 frame and granule size 2 years ago
Metadata.cpp d8e8ddedf3 LibAudio: Add a generic audio metadata container 2 years ago
Metadata.h d8e8ddedf3 LibAudio: Add a generic audio metadata container 2 years ago
QOALoader.cpp 264cc76ab4 LibAudio: Move audio stream buffering into the loader 2 years ago
QOALoader.h 264cc76ab4 LibAudio: Move audio stream buffering into the loader 2 years ago
QOATypes.cpp 0b421a3764 LibAudio: Implement the Quite Okay Audio format 2 years ago
QOATypes.h 0b421a3764 LibAudio: Implement the Quite Okay Audio format 2 years ago
Queue.h ab49fcfb7c LibAudio+Userland: Remove Audio::LegacyBuffer 3 years ago
Resampler.h 86995be111 LibAudio: Tolerate a file sample rate lower than the AudioServer's 2 years ago
Sample.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
SampleFormats.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
SampleFormats.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
UserSampleQueue.cpp 5f67d002a2 LibAudio: Prevent int overflow in the user buffer queue 2 years ago
UserSampleQueue.h 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h 2 years ago
VorbisComment.cpp 6070875564 LibAudio: Update stream APIs used when reading audio metadata 2 years ago
VorbisComment.h a8963a270f LibAudio: Detect and read FLAC metadata 2 years ago
WavLoader.cpp a3f73e7d85 AK: Rename Stream::read_entire_buffer to Stream::read_until_filled 2 years ago
WavLoader.h 264cc76ab4 LibAudio: Move audio stream buffering into the loader 2 years ago
WavWriter.cpp 7734eba03f Piano+LibAudio: Port to `Core::File` 2 years ago
WavWriter.h 7734eba03f Piano+LibAudio: Port to `Core::File` 2 years ago