adpcm support

This commit is contained in:
Sandro Sobczyński
2020-11-10 12:31:31 +01:00
parent 3dc304b829
commit a3a6150ecb
3 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ public:
private:
void work();
static void audioThread();
u8 isInitialized, shouldPlay, songLoaded, isVolumeSet, latestVolume, isADPCMLoaded, wasADPCMLoaded;
u8 isInitialized, shouldPlay, songLoaded, isVolumeSet, latestVolume, isADPCMLoaded;
audsrv_adpcm_t adpcmSettings;
ee_thread_t audioThreadAttr;
u8 audioThreadStack[STACK_SIZE] ALIGNED(16);