a LOT of new stuff

This commit is contained in:
Ryzerth
2020-08-16 03:39:05 +02:00
parent 31a95031e4
commit eadaf3ce6b
34 changed files with 3988 additions and 203 deletions

View File

@@ -5,4 +5,9 @@ namespace dsp {
float q;
float i;
};
struct StereoFloat_t {
float l;
float r;
};
};