|
Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
#include <cstdint>#include <cstring>#include <sbl/dsp/allpass.hpp>#include <sbl/dsp/modulated_delay_line.hpp>#include <sbl/dsp/one_pole.hpp>Go to the source code of this file.
Classes | |
| class | sbl::widgets::proc::PlateReverb |
Namespaces | |
| namespace | sbl |
| Root namespace for all Sound Byte Libs functionality. | |
| namespace | sbl::widgets |
| High-level composable audio building blocks. | |
| namespace | sbl::widgets::proc |
| Signal processing widgets. | |
| namespace | sbl::widgets::proc::plate |