#ifndef MOSSROSE_H #define MOSSROSE_H #include int mossrose_init(double sample_rate, int n_channels); int mossrose_terminate(); int mossrose_play(float *left, float *right, size_t n_samples, int channel); #endif