summaryrefslogtreecommitdiff
path: root/Core/Inc/Effects/ringmod.h
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-08-19 21:34:09 -0500
committerozpv <39195175+ozpv@users.noreply.github.com>2026-08-19 21:34:09 -0500
commit0cb345ed5ccbe786d0a7e7e2de740c0a07b82770 (patch)
tree89682cd81419b138c5657cfa2dae797c81f8ea33 /Core/Inc/Effects/ringmod.h
parent0c79f390c81f56fd087c2fffb07b373594119668 (diff)
sdram and ringmod effect
Diffstat (limited to 'Core/Inc/Effects/ringmod.h')
-rwxr-xr-xCore/Inc/Effects/ringmod.h16
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_ */