0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 11:22:00 +01:00
This commit is contained in:
2024-12-30 12:45:24 +01:00
parent 8314299abb
commit 4be9964673

View File

@@ -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;