luar123
luar123
There are some settings for silence detection if using alsa: https://github.com/badaix/snapcast/blob/develop/doc/configuration.md#available-parameters-3
I guess the issue is that when player task runs out of samples it disables the tx_channel: https://github.com/CarlosDerSeher/snapclient/blob/ed33f251112f84c4d1131bded5d63ffac7b94202/components/lightsnapcast/player.c#L1724 and then blocks for some time before stopping and therefore goes to...
> Maybe this was introduced by the sample stuffing and counting inserted samples. I am not a 100% sure if it is all right. Double checking this first would be...
> So porting this to C should be straight forward. Or do you think we should make a C wrapper for it and use it as a submodule? Tried a...
This is really odd. On a normal board it runs stable for hours, then at some point drifts off by 1 or 2 ms and recovers again. Doesn't matter if...
Nice, I can test it this weekend.
I was testing and debugging this all morning. For one board it works great (not sure if it is better than before, though). On another board I still see a...
Ok I got some more results: * the board that was blocking completely was an esp32s3 (with psram). Adding `CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y` solved that. * Convergence takes really long with this board...
Even my not-so-good esp32 board works now well. I think for some reason on these boards the network packets are sometimes delayed, specially when the player is started but sometimes...
Yes, that sounds familiar. Sorry, I have little experience with either api.