Constantin Wolf
Constantin Wolf
@ElToberino do you remember what you meant with your [post](https://github.com/Aircoookie/WLED/pull/2876#issuecomment-1405106048). From what i read it is (referencing this commit graph), you mean commit `0df38e67` on `pr/tpm2-playback` was working and you...
@blazoncek @Aircoookie @ElToberino OK, I was able to manually merge the changes of my buffering code (7ab6cc37) and the code of this PR (0df38e67). You can find it in my...
Here is a [simple file](https://discord.com/channels/473448917040758787/900781399244681296/900783478625411183) living on the discord. Please try with a segment defined, as it relies on the segments
I haven't tried your code (I only have a wroom module, not a lyrat). But i think there is no other option than to drop samples. @badaix has this process...
I took portions of the `main.c` and added a var `time_diff_to_comp` ``` case SNAPCAST_MESSAGE_TIME: result = time_message_deserialize(&time_message, start, size); if (result) { ESP_LOGI(TAG, "Failed to deserialize time message\r\n"); return; }...
> FLAC is used only a transport vehicle between SnapCast Server and SnapCast clients @Wookbert **Absolutely**. The server encodes whatever audio stream comes in as `flac` (other formats are possible,...