ref: 2e86b938c226edc0d8bd6c3855baf3bec02b5179
dir: /h/fmpair.h/
#ifndef SK_FMPAIR_H typedef struct sk_fmpair sk_fmpair; #endif typedef struct { SPFLOAT amp, freq, car, mod, indx; sk_fmpair *fmpair; } sp_fmpair; int sp_fmpair_create(sp_fmpair **p); int sp_fmpair_destroy(sp_fmpair **p); int sp_fmpair_init(sp_data *sp, sp_fmpair *p, sp_ftbl *ft); int sp_fmpair_compute(sp_data *sp, sp_fmpair *p, SPFLOAT *in, SPFLOAT *out);