summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibAudio/WavLoader.h
AgeCommit message (Expand)Author
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-15Audio: Fix code smells and issues found by static analysiskleines Filmröllchen
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-27Userland+LibAudio: Make audio applications support dynamic sample ratekleines 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-21SoundPlayer: Handle any input file sample rateNick 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-04-26LibAudio: Support 32 and 64-bit float WAV fileskleines Filmröllchen
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling