diff options
Diffstat (limited to 'Core/Inc/Effects/ringmod.h')
| -rwxr-xr-x | Core/Inc/Effects/ringmod.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Core/Inc/Effects/ringmod.h b/Core/Inc/Effects/ringmod.h new file mode 100755 index 0000000..42cb229 --- /dev/null +++ b/Core/Inc/Effects/ringmod.h @@ -0,0 +1,16 @@ +/*
+ * ringmod.h
+ *
+ * Created on: Aug 19, 2026
+ * Author: ozpv
+ */
+
+#ifndef INC_EFFECTS_RINGMOD_H_
+#define INC_EFFECTS_RINGMOD_H_
+
+#include <stdint.h>
+#include <stddef.h>
+
+void ringmod(float *samples, size_t range_min, size_t range_max);
+
+#endif /* INC_EFFECTS_RINGMOD_H_ */
|
