From a66d15f131afc61d932a21989991d1aea00bef4b Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 28 Aug 2020 20:25:17 +0100 Subject: 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 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') 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 -- cgit v1.2.3