feat: phase-based oscillators (#12)

Co-authored-by: HiveBeats <e1lama@protonmail.com>
Reviewed-on: #12
This commit is contained in:
2023-08-06 20:17:16 +03:00
parent 2e4dc2c179
commit bcb75a65f9
5 changed files with 150 additions and 72 deletions

View File

@@ -2,6 +2,7 @@
#define UTILS_H
#include "stdio.h"
#include "assert.h"
#define write_log(format,args...) do { \
printf(format, ## args); \