Skip to content

SnapCast v0.3.0

Compare
Choose a tag to compare
@badaix badaix released this 15 Aug 22:42
· 2648 commits to develop since this release

Version 0.3.0

Features

  • Configurable codec options. Run snapserver -c [flac|ogg|pcm]:? to get supported options for the codec
  • Configurable buffer size for the pipe reader (default 20ms, was 50ms before)
  • Process priority can be changed as argument to the daemon option -d<prio>. Default priority is -3

Bugfixes

  • Fixed deadlock in logger
  • Fixed occasional timeouts for client to server requests (e.g. time sync commands)
  • Client didn't connect to a local server if the loopback device is the only device with an address

General

  • Code clean up
  • Refactored encoding for lower latency