From f15331de57a4fde6088d7a1b47d933646e75151c Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 23 Aug 2020 10:45:54 +0100 Subject: soundfont works! it's pretty noisy, but might be good enough --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index a863510..129140f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "ESP8266Audio"] path = ESP8266Audio url = https://github.com/earlephilhower/ESP8266Audio +[submodule "tsf"] + path = tsf + url = https://github.com/schellingb/TinySoundFont.git +[submodule "RingBuffer"] + path = RingBuffer + url = https://github.com/Locoduino/RingBuffer.git -- cgit v1.2.3