Jan Inge Sande

Results 5 comments of Jan Inge Sande

Works fine here on macOS 10.13.4, with a Arduino Due (so no voltage divider, and the native USB port with SerialUSB). > ./cc_info.py -p /dev/cu.usbmodem14921 INFO: Found a CC2531 chip...

This same problem has been showing up with varying frequency on both of my setups (for quite some time, with different versions of snapcast and librespot). I modified snapcast to...

``` diff --git a/playback/src/audio_backend/pipe.rs b/playback/src/audio_backend/pipe.rs index e0e8a77..0a0d152 100644 --- a/playback/src/audio_backend/pipe.rs +++ b/playback/src/audio_backend/pipe.rs @@ -94,12 +94,17 @@ impl Sink for StdoutSink { impl SinkAsBytes for StdoutSink { fn write_bytes(&mut self, data:...

> After applying this patch to librespot I have not been able to reproduce this bug. It now reappeared when librespot must have ran out of data in the middle...

> Can you please submit a PR to librespot? I can't think of an application where line buffered output is useful so seems reasonable to fix what appears to be...