Adafruit mp3
conf_player.h
1 #ifndef CONF_PLAYER_H_
2 #define CONF_PLAYER_H_
3 
4 //TODO: update
5 #define PBA_HZ 48000000ul
6 
7 #define INBUF_SIZE 128*8
8 #define OUTBUF_SIZE 128*8 // Must be multiplum of 128.
9 
10 #endif /*CONF_PLAYER_H_*/