mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 16:29:15 +02: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)
|
#define M_2PI (3.14159265358979323846 * 2.0)
|
||||||
|
#endif
|
||||||
|
#ifndef M_PI_2
|
||||||
#define M_PI_2 (3.14159265358979323846 / 2.0)
|
#define M_PI_2 (3.14159265358979323846 / 2.0)
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
float phase;
|
float phase;
|
||||||
|
|||||||
Reference in New Issue
Block a user