whc2001
whc2001
> > In my new issue I tested different server configuration for many times, after systemctl restart snapserver the client would stop for several seconds and start playing again (or...
> `latency_buffer_full()` causing an infinite loop for some reason? Check all places where it is called maybe? The only place this function is called is in `insert_pcm_chunk` and the main...
I have added some trace to the function, here is what it looks like: ```cpp int32_t latency_buffer_full(bool *is_full, TickType_t wait, const char *entrance) { if (!is_full) { return -3; }...
Okay I did more fiddling and found that `pdMS_TO_TICKS` uses `portTICK_PERIOD_MS`, which is 10 in my instance. So the `pdMS_TO_TICKS(1)` in `player_task` is indeed 0. I tried change it to...
> > CONFIG_FREERTOS_HZ=100 > > I set this to 1000 in all sdkconfigs so this is probably your issue? Ahhhhh I think that might be the root of all evil....
> When you have a working config would you PR this as a template? I made several changes of the FreeRTOS part to keep the same as the provided config....
After some further testing, I can get the light to ramp up faster by setting the `Transition` in specific settings to `0.1`. However the auto off problem is still there...
I think I have found a way to get it work with Z2M (temporarily). You will have to set up HomeAssistant ZHA with another coordinator. Unpair the LED driver with...
> No Please GitHub Actions I beg you 😠I'd say at this point this issue is better closed since it's a known bug of Tuya firmware, and there is...