serenity/Userland
kleines Filmröllchen 5f71c81e1b LibAudio: Correctly rescale 8-bit PCM samples
8-bit PCM samples are unsigned, at least in WAV, so after rescaling them
to the correct range we also need to center them around 0. This fix
should make 8-bit WAVs have the correct volume of double of what it was
before, and also future-proof for all other unsigned PCM sample formats
we may encounter.
2022-10-14 09:20:38 -06:00
..
Applets Userland: Tighten promises by removing 'proc' where it isn't used 2022-10-03 17:09:21 +01:00
Applications PixelPaint: Unveil clipboard using the right path 2022-10-14 15:42:07 +02:00
Demos CatDog: Make it always on top 2022-10-13 12:37:54 +01:00
DevTools AK+Userland: Stub out code that isn't currently implemented on AARCH64 2022-10-14 13:01:13 +02:00
DynamicLoader Tests+Userland: Implement AARCH64 support for some inline assembly blobs 2022-10-14 13:01:13 +02:00
Games Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
Libraries LibAudio: Correctly rescale 8-bit PCM samples 2022-10-14 09:20:38 -06:00
Services WindowServer: Avoid window nullptr exception 2022-10-14 11:42:36 +02:00
Shell Userland: Remove unecessary uses of __serenity__ macro 2022-10-10 12:23:12 +02:00
Utilities uname: Report system revision version aka git commit hash 2022-10-14 13:45:33 +02:00
CMakeLists.txt