Add README note about supporting extra encoder settings
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2022-03-06 02:28:35 +01:00
parent 943b5d4ba9
commit 7f46b2713c

View file

@ -12,6 +12,7 @@ Radio streamer ([kawa](https://github.com/Luminarys/kawa) drop-in compatible).
* Uses sample/timed packet buffers, instead of kawa byte buffers, which caused wild differences between endpoints. Mounts usually align within 0.2s of each other, depending on client.
* Use `queue.buffer_size` to specify number of seconds to buffer (by default 0, automatic per client).
* Implements `queue.nr` and `/random` (to be deprecated/changed)
* Supports extra encoder bitrate control settings (CBR, VBR, auto, etc.)
# Future improvements
* Allow playback of files by URL, not just by path