1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-27 23:35:08 +00:00
serenity/Userland/Libraries/LibDSP
kleines Filmröllchen ab49fcfb7c LibAudio+Userland: Remove Audio::LegacyBuffer
The file is now renamed to Queue.h, and the Resampler APIs with
LegacyBuffer are also removed. These changes look large because nobody
actually needs Buffer.h (or Queue.h). It was mostly transitive
dependencies on the massive list of includes in that header, which are
now almost all gone. Instead, we include common things like Sample.h
directly, which should give faster compile times as very few files
actually need Queue.h.
2022-05-03 23:09:20 +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 AK+Everywhere: Add sincos and use it in some places 2022-03-15 11:39:42 +01:00
MDCT.h LibDSP: Add IMDCT 2022-02-26 16:01:26 +01: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 LibDSP: Add windowing functions 2022-03-14 22:45:05 +01:00