22 #ifndef FIFE_AUDIO_CONFIG_H
23 #define FIFE_AUDIO_CONFIG_H
40 const uint32_t MAX_KEEP_IN_MEM = 3145728;
43 const int16_t BUFFER_NUM = 3;
46 const uint32_t BUFFER_LEN = 1048576;
credit to phoku for his NodeDisplay example which the visitor code is adapted from ( he coded the qua...