From 8ec3f8e82acd70410515550fd1790ee5827aafdb Mon Sep 17 00:00:00 2001 From: sanine Date: Fri, 26 Aug 2022 12:17:51 -0500 Subject: make sound --- src/mossrose.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mossrose.h') diff --git a/src/mossrose.h b/src/mossrose.h index 3d5bcd5..fb7d088 100644 --- a/src/mossrose.h +++ b/src/mossrose.h @@ -3,10 +3,10 @@ #include -int mr_init(double sample_rate, int n_channels); +int mossrose_init(double sample_rate, int n_channels); -int mr_terminate(); +int mossrose_terminate(); -int mr_play(float *left, float *right, size_t n_samples, int channel); +int mossrose_play(float *left, float *right, size_t n_samples, int channel); #endif -- cgit v1.2.1