Releases: badaix/snapcast
Releases · badaix/snapcast
SnapCast v0.3.0
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
SnapCast v0.2.1
Version 0.2.1
Features
- Arch Linux compatibility