ref: 29851f9c445d41cd82e422cb4b8c13fd2a13aea5
dir: /h/bitcrush.h/
typedef struct { SPFLOAT bitdepth; SPFLOAT srate; SPFLOAT incr; SPFLOAT index; int32_t sample_index; SPFLOAT value; } sp_bitcrush; int sp_bitcrush_create(sp_bitcrush **p); int sp_bitcrush_destroy(sp_bitcrush **p); int sp_bitcrush_init(sp_data *sp, sp_bitcrush *p); int sp_bitcrush_compute(sp_data *sp, sp_bitcrush *p, SPFLOAT *in, SPFLOAT *out);