summaryrefslogtreecommitdiff
path: root/Core/Inc/Effects/ringmod.h
blob: 42cb229c7c0648e4514c32b6d1a5d7c653eeb4fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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_ */