Fix preview bug

This commit is contained in:
2018-05-10 15:43:07 -04:00
parent 7beb9b72db
commit cb6f90adc7
3 changed files with 19 additions and 1 deletions

View File

@@ -42,9 +42,11 @@ typedef struct {
float mix[12];
u8 buf_pos;
long data_read;
volatile bool stop;
char *filebuf;
u32 filesize;
volatile bool stop;
Handle finished;
} audio_s;
void play_audio(audio_s *);