sound, add FM filtering

This commit is contained in:
kub 2022-04-14 17:32:40 +00:00
parent 21e0cd52e6
commit 68a950875c
13 changed files with 73 additions and 854 deletions

View file

@ -57,7 +57,7 @@ int pico_inp_mode;
int flip_after_sync;
int engineState = PGS_Menu;
static short __attribute__((aligned(4))) sndBuffer[2*53267/50];
static short __attribute__((aligned(4))) sndBuffer[2*54000/50];
/* tmp buff to reduce stack usage for plats with small stack */
static char static_buff[512];