forked from W4D/soundcube-firmware
wave file parser WIP
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
#include <SD.h>
|
||||
#include "codec.h"
|
||||
#include "ringbuffer.h"
|
||||
#include "wavestream.h"
|
||||
|
||||
#define HAPTIC 1
|
||||
#define AURAL 1
|
||||
@ -26,6 +27,8 @@ int16_t buffer2[ECHO];
|
||||
|
||||
RingBuffer<int16_t> ringbuffer[NSTREAMS];
|
||||
|
||||
WaveStream stream;
|
||||
|
||||
File streams[NSTREAMS];
|
||||
bool streams_loaded = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user