1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/Userland/Libraries/LibDSP
kleines Filmröllchen 19a4b820c4 LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float
This has been overkill from the start, and it has been bugging me for a
long time. With this change, we're probably a bit slower on most
platforms but save huge amounts of space with all in-memory sample
datastructures.
2022-05-07 20:20:16 +02:00
..
Clip.cpp Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
Clip.h Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
CMakeLists.txt LibDSP: Generalize & improve FFT 2022-03-14 22:45:05 +01:00
Effects.cpp LibDSP: Allow ProcessorRangeParameter to specify if it's a log value 2022-02-28 13:59:31 +01:00
Effects.h Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
Envelope.h Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
FFT.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
MDCT.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
Music.h LibAudio+Userland: Remove Audio::LegacyBuffer 2022-05-03 23:09:20 +02:00
Processor.h Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
ProcessorParameter.h LibDSP: Allow ProcessorRangeParameter to specify if it's a log value 2022-02-28 13:59:31 +01:00
Synthesizers.cpp LibAudio+Userland: Remove Audio::LegacyBuffer 2022-05-03 23:09:20 +02:00
Synthesizers.h Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
Track.cpp Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
Track.h Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
Transport.h Everywhere: Use my new serenityos.org e-mail :^) 2022-01-14 11:54:09 +01:00
Window.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00