mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 11:22:00 +01:00
huh
This commit is contained in:
@@ -36,8 +36,12 @@ void float_array_to_s16le(const float *input, int16_t *output, size_t num_sample
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef M_2PI
|
||||
#define M_2PI (3.14159265358979323846 * 2.0)
|
||||
#endif
|
||||
#ifndef M_PI_2
|
||||
#define M_PI_2 (3.14159265358979323846 / 2.0)
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
float phase;
|
||||
|
||||
Reference in New Issue
Block a user