ref: 8a700fc7e0d8f2815e353de9aae8ad7b3594eb1a
dir: /h/pshift.h/
typedef struct {
void *faust;
int argpos;
SPFLOAT *args[3];
SPFLOAT *shift;
SPFLOAT *window;
SPFLOAT *xfade;
} sp_pshift;
int sp_pshift_create(sp_pshift **p);
int sp_pshift_destroy(sp_pshift **p);
int sp_pshift_init(sp_data *sp, sp_pshift *p);
int sp_pshift_compute(sp_data *sp, sp_pshift *p, SPFLOAT *in, SPFLOAT *out);