fixed various audio issues

This commit is contained in:
itsmattkc
2018-06-07 03:30:54 -07:00
parent b2b3f5a14e
commit 35e03bd91b
24 changed files with 225 additions and 237 deletions
+2 -2
View File
@@ -21,5 +21,5 @@ Effect* Effect::copy() {
return e;
}
void Effect::process_gl(int* anchor_x, int* anchor_y) {}
void Effect::process_audio(uint8_t* samples, int nb_bytes) {}
void Effect::process_gl(int*, int*) {}
void Effect::process_audio(uint8_t*, int) {}