30 template<
unsigned PITCH>
34 template<
unsigned PITCH>
35 void readSamplesHelper(
float* out,
unsigned samples) __restrict;
38 static constexpr
unsigned BUFFER_SIZE = 1 << 14;
39 static constexpr
unsigned BUFFER_MASK = BUFFER_SIZE - 1;
40 float buffer[BUFFER_SIZE];
bool readSamples(float *out, unsigned samples)
static constexpr int BLIP_PHASE_BITS
void addDelta(TimeIndex time, float delta)
A fixed point number, implemented by a 32-bit signed integer.
This file implemented 3 utility functions: