ladybird/Userland
kleines Filmröllchen 563cc17a50 LibAudio: Support 32 and 64-bit float WAV files
LibAudio's WavLoader plugin for loading WAV files now supports loading
audio files with 32-bit float or 64-bit float samples.

By supporting these new non-int sample formats, Audio::Buffer now stores
the sample format (out of a list of supported formats) instead of the
raw bit depth. (The bit depth is easily calculated with
pcm_bits_per_sample)
2021-04-26 19:08:40 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications FontEditor: Don't put invalid clicks on the undo stack 2021-04-26 18:43:35 +02:00
Demos AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
DevTools Profiler: Use NonnullOwnPtr for libraries 2021-04-26 17:13:55 +02:00
DynamicLoader Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Games Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Libraries LibAudio: Support 32 and 64-bit float WAV files 2021-04-26 19:08:40 +02:00
Services Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
Shell Everywhere: Remove empty line after function body opening curly brace 2021-04-25 20:20:00 +02:00
Tests AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake 2021-04-25 09:36:49 +02:00
Utilities Utilities: Make ls respect options when specifying more than one path 2021-04-26 18:44:30 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00