|
Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
Go to the source code of this file.
Namespaces | |
| namespace | sbl |
| Root namespace for all Sound Byte Libs functionality. | |
| namespace | sbl::dsp |
| DSP atoms for audio signal processing. | |
| namespace | sbl::dsp::polyblep |
| Band-limited oscillator corrections. | |
Functions | |
| float | sbl::dsp::polyblep::this_blep (float t) |
| float | sbl::dsp::polyblep::next_blep (float t) |
| Correction for the next sample at a step discontinuity. | |
| float | sbl::dsp::polyblep::next_integrated_blep (float t) |
| float | sbl::dsp::polyblep::this_integrated_blep (float t) |
| Correction for the current sample at a slope discontinuity. | |