Go to the documentation of this file.00001
00039 #ifndef CFG_I2S_H
00040 #define CFG_I2S_H
00041
00047 #define CONFIG_PLAY_BUF_LEN 8192
00048
00056 #define CONFIG_SAMPLE_FREQ 44100UL
00057
00064 #define I2S_LOG_LEVEL LOG_LVL_INFO
00065
00072 #define I2S_LOG_FORMAT LOG_FMT_TERSE
00073
00074 #endif