snapcastc
snapcastc copied to clipboard
C implementation of snapcast focussing on audio quality and ease of maintenance.
Cool project - got a question Is it possible to stream data to ex 500 udp clients via unicast ?
Hi. I have just noticed your project with nice objectives. To be honest, SnapCast inspired me as well to contribute to it first, but then I started a project on...
I've been looking at the code for a few days and have hit a structural problem. The client and server code are intermingled. This is a big problem for Android,...
hey, found this project reading on badaix/snapcast which I get sync issues with, great project! I want to use this with spotify which I understand is at 44100Hz but when...
Alternatives are: - librubberband which can only work with 2048 bytes at a time - tempo effect from libsox - from a casual glance it seems it can work with...
and thus obsolete the advertisement ridden version from the play store.
flac provides best lossless compression (60% compression ratio) while being the fastest lossless compressor available at the moment. Streaming over Wifi should be possible with flac. When ethernet is available...
Provide a control socket that can be used by the existing android app that allows: - [x] Allow multiple clients to be handled - [x] Interpret json-rpc - [ ]...