aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-28 20:25:17 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-28 20:25:17 +0100
commita66d15f131afc61d932a21989991d1aea00bef4b (patch)
treebfe51609dfd1bec4f7a2f563e5d20db2ed195c9e /.gitmodules
parentMerge branch 'soundfont' (diff)
downloadlego-piano-a66d15f131afc61d932a21989991d1aea00bef4b.tar.gz
lego-piano-a66d15f131afc61d932a21989991d1aea00bef4b.tar.bz2
lego-piano-a66d15f131afc61d932a21989991d1aea00bef4b.zip
use my fork of the ESP8266Audio repo
see https://github.com/earlephilhower/ESP8266Audio/pull/300 There were 2 problems with `tsf_stream_memory`: 1. a small one, is that skip doesn't actually behave like the file version 2. a big one, in the "segfault" sense, is that the `tsf_stream_memory` struct created inside `tsf_load_memory` does not survive that function, but `t->hydra->stream` will keep a reference to it for delayed loading
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index f3dccca..e18a502 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -3,7 +3,7 @@
url = https://github.com/cfinke/LEGO.scad.git
[submodule "ESP8266Audio"]
path = ESP8266Audio
- url = https://github.com/earlephilhower/ESP8266Audio
+ url = https://github.com/dakkar/ESP8266Audio
[submodule "RingBuffer"]
path = RingBuffer
url = https://github.com/Locoduino/RingBuffer.git