ladybird/Userland/Libraries/LibDSP
kleines Filmröllchen a099a77e82 SoundPlayer+LibDSP: Move the FFT implementation to LibDSP
LibDSP can greatly benefit from this nice FFT implementation, so let's
move it into the fitting library :^)

Note that this now requires linking SoundPlayer against LibDSP. That's
not an issue (LibDSP is rather small currently anyways), as we can
probably make great use of it in the future anyways.
2021-11-24 23:45:08 +00:00
..
Clip.cpp Libraries: Add LibDSP 2021-08-31 17:03:55 +04:30
Clip.h Libraries: Add LibDSP 2021-08-31 17:03:55 +04:30
CMakeLists.txt SoundPlayer+LibDSP: Move the FFT implementation to LibDSP 2021-11-24 23:45:08 +00:00
Effects.cpp LibDSP: Remove unused Effects::Delay::m_old_delay_size member 2021-09-28 10:58:09 +02:00
Effects.h LibDSP: Remove unused Effects::Delay::m_old_delay_size member 2021-09-28 10:58:09 +02:00
Envelope.h LibDSP: Create Classic synth 2021-11-22 22:26:17 +01:00
FFT.cpp SoundPlayer+LibDSP: Move the FFT implementation to LibDSP 2021-11-24 23:45:08 +00:00
FFT.h SoundPlayer+LibDSP: Move the FFT implementation to LibDSP 2021-11-24 23:45:08 +00:00
Music.h LibDSP: Add Envelope abstraction 2021-11-22 22:26:17 +01:00
Processor.h Libraries: Add LibDSP 2021-08-31 17:03:55 +04:30
ProcessorParameter.h Piano: Move to LibDSP's Classic synthesizer 2021-11-22 22:26:17 +01:00
Synthesizers.cpp Piano: Move to LibDSP's Classic synthesizer 2021-11-22 22:26:17 +01:00
Synthesizers.h LibDSP: Create Classic synth 2021-11-22 22:26:17 +01:00
Track.cpp LibDSP: Optimize note processing 2021-11-11 09:19:17 +01:00
Track.h Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00
Transport.h LibDSP: Move to constexpr wherever possible 2021-11-11 09:19:17 +01:00