PlaySFX (sound effect from Flash) example

Dependencies:   PokittoLib

My_settings.h

Committer:
Pokitto
Date:
2019-04-04
Revision:
18:b5f252ba0083
Parent:
8:5eeee6554584
Child:
19:64f88ef5ef07

File content as of revision 18:b5f252ba0083:


#ifndef MY_SETTINGS_H
#define MY_SETTINGS_H

#define PROJ_ENABLE_SOUND 1     // 0 = all sound functions disabled
#define PROJ_STREAMING_MUSIC 1
//#define PROJ_HIGH_RAM HIGH_RAM_MUSIC // put music buffers in SRAM1/2
//#define PROJ_SDFS_STREAMING
#define PROJ_AUD_FREQ 8000

#endif