- ARITH_SHIFT
int ARITH_SHIFT(int n, int shift)
Undocumented in source. Be warned that the author may not have intended to support it.
- CLAMP
void CLAMP(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- SAMPLES
buf_t* SAMPLES(blip_t* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- blip_add_delta
void blip_add_delta(blip_t* m, uint time, int delta)
Undocumented in source. Be warned that the author may not have intended to support it.
- blip_add_delta_fast
void blip_add_delta_fast(blip_t* m, uint time, int delta)
Undocumented in source. Be warned that the author may not have intended to support it.
- blip_clear
void blip_clear(blip_t* m)
Undocumented in source. Be warned that the author may not have intended to support it.
- blip_clocks_needed
int blip_clocks_needed(blip_t* m, int samples)
Undocumented in source. Be warned that the author may not have intended to support it.
- blip_delete
void blip_delete(blip_t* m)
Undocumented in source. Be warned that the author may not have intended to support it.
- blip_end_frame
void blip_end_frame(blip_t* m, uint t)
Undocumented in source. Be warned that the author may not have intended to support it.
- blip_new
blip_t* blip_new(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
- blip_read_samples
int blip_read_samples(blip_t* m, short* _out, int count, int stereo)
Undocumented in source. Be warned that the author may not have intended to support it.
- blip_samples_avail
int blip_samples_avail(blip_t* m)
Undocumented in source. Be warned that the author may not have intended to support it.
- blip_set_rates
void blip_set_rates(blip_t* m, double clock_rate, double sample_rate)
Undocumented in source. Be warned that the author may not have intended to support it.
- check_assumptions
void check_assumptions()
Undocumented in source. Be warned that the author may not have intended to support it.
- remove_samples
void remove_samples(blip_t* m, int count)
Undocumented in source. Be warned that the author may not have intended to support it.