Readd the buffer len settings for old compatibility.
[bertos.git] / bertos / cfg / cfg_i2s.h
index ad91bf8b94df84c01bc013dad5f7a19d79368322..1dbf1b720ded425abfddc0c777d392410a8682ff 100644 (file)
  */
 #define I2S_LOG_FORMAT     LOG_FMT_TERSE
 
+/**
+ * Length of each play buffer.
+ *
+ * $WIZ$ type = "int"
+ */
+#define CONFIG_PLAY_BUF_LEN    8192
 
 /**
  * Sampling frequency of the audio file.