8 lines
310 B
C
8 lines
310 B
C
|
|
void streamToSamples(uint8_t *stream, int streamlen, liquid_float_complex *samples);
|
||
|
|
void downmix(liquid_float_complex *samples, int len);
|
||
|
|
void init_liquid();
|
||
|
|
void close_liquid();
|
||
|
|
void tune_downmixer();
|
||
|
|
void init_liquid_modulator();
|
||
|
|
void upmix(float *f, int len, int offsetfreq);
|
||
|
|
void close_liquid_modulator();
|