Constantin Wolf
Constantin Wolf
I didn't dive deeper into the implementation of opus, but after a short look, it looks to me like the compiler is super anxious 😄 . To me it doesn't...
Sending codes via console work but when included in a cnc file they behave weird very slow/pause (maybe the `F` wasn't included but the firmware was searching for it) When...
I worked on TPM2 playback and prepared it to be PR-able. Currently it supports playback from LittleFS (Flash) and from SD card if available, i tested with an ESP32-POE-ISO from...
Can you elaborate on that? Enable and toggle it in the "Sync Interfaces", that could be done. When the playback is running, it behaves as if live data comes via...
Check [PR comment here](https://github.com/Aircoookie/WLED/pull/2413#issuecomment-1236206323) for most recent update on this 😀 It's now implemented as two usermods (SD & Playback)
@blazoncek I guess this is a good idea to make the mod format-independent. @guardmedia I'm currently (and slowly) progressing with the implementation as a usermod. You can see the current...
So i found some time to split both into separate usermods and am quite happy with it. To be clear i **didn't** add `fseq`-parsing based of @guardmedia 's code. I'd...
I'm sorry, but I can't tell how this behaves with other mods modifying the LEDs, especially with the reactive-mod. So far the `Playback-Recordings` mod is build using no special functions,...
Hi, sorry if things got a bit confusing (I tried my best to put links to what I refer to). For now I'll leave this PR (`FSEQ Playback from LittleFS...
> `xtensa-esp32-elf-g++: error: wled00/wled00.ino.cpp: No such file or directory` @harueg I think that's the "compile it again and it will succeed"-bug I have with WLED from time to time.