#include <cstdint>
#include <sbl/dsp/types.hpp>
Go to the source code of this file.
|
| namespace | sbl |
| | Root namespace for all Sound Byte Libs functionality.
|
| |
| namespace | sbl::dsp |
| | DSP atoms for audio signal processing.
|
| |
|
| float | sbl::dsp::to_float (Sample s) |
| |
| Sample | sbl::dsp::to_sample (float f) |
| |
| void | sbl::dsp::to_float (const Sample *in, float *out, uint16_t frames) |
| |
| void | sbl::dsp::to_sample (const float *in, Sample *out, uint16_t frames) |
| |
| void | sbl::dsp::deinterleave_to_float (const int32_t *interleaved, float *left, float *right, uint16_t frames) |
| |
| void | sbl::dsp::interleave_from_float (const float *left, const float *right, int32_t *interleaved, uint16_t frames) |
| |
◆ SBL_NAN_DETECTED
| #define SBL_NAN_DETECTED |
( |
| ) |
((void)0) |