Christof Schulze
Christof Schulze
I think an alsa input could be interesting for snapcastc. That would avoid resampling. It would also mean that the audio device will have to be re-opened with the correct...
actually capturing the moment should not be too difficult at least when the sending process closes the fd on sample rate changes. How should the receiving process know how the...
The problem with the second channel approach is synchonizing it with the audio channel. The change of samplerate cannot be detected because the attribute "sample rate" merely is a helpful...
On Thu, Jun 20, 2019 at 08:02:39AM -0700, Jon Smirl wrote: >I'll reply here so that you both get the email... > >How does time synchronization work between the nodes?...
> As an experiment, I am trying to get snapcastc server running on an Android STB. Like this one for $25. > https://www.aliexpress.com/item/32993992335.html > > Doing this will let you...
I do not think it should be hard to split. Indeed it would be good to re-factor the relevant parts just as you are describing.
with #32 the split is done.
@jonsmirl where can I find your android port?
The amount of clients is limited by the size of uint16_t in the code base. This easily accomodates 500 clients. That being said I never tried to work with client...
multicast rate over wifi is strictly limited. So much that I'd rather not rely on it working..