From c19769ad5920a50f3e748bf0df8bda8d5368c8d8 Mon Sep 17 00:00:00 2001 From: Dirk Niggemann Date: Thu, 24 Oct 2019 23:23:37 +0100 Subject: [PATCH] Added AUDIO_BLOCK_SAMPLES in config.h --- config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index cec32b0..c42f371 100644 --- a/config.h +++ b/config.h @@ -30,6 +30,7 @@ // ATTENTION! For better latency you have to redefine AUDIO_BLOCK_SAMPLES from // 128 to 64 in /cores/teensy3/AudioStream.h +#define AUDIO_BLOCK_SAMPLES 64 // If you want to test the system with Linux and withous any keyboard and/or audio equipment, you can do the following: // 1. In Arduino-IDE enable "Tools->USB-Type->Serial + MIDI + Audio" @@ -38,6 +39,7 @@ // $ aplaymidi -p 20:0 # e.g. test.mid // $ arecord -f cd -Dhw:1,0 /tmp/bla.wav + #define VERSION "0.9.7" //************************************************************************************************* @@ -112,8 +114,8 @@ //* UI //************************************************************************************************* #define ENABLE_LCD_UI 1 -//#define STANDARD_LCD_I2C -#define OLED_SPI +#define STANDARD_LCD_I2C +//#define OLED_SPI // LCD Display