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