From 7f46b2713cdec2986b251c0b30ffbc79addee1db Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Sun, 6 Mar 2022 02:28:35 +0100 Subject: [PATCH] Add README note about supporting extra encoder settings --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9a090f..c2763aa 100644 --- a/README.md +++ b/README.md @@ -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