From 9950504a4265111064ee15563a4f6bf72f8f4397 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Thu, 28 Jul 2022 09:02:54 +0200 Subject: [PATCH] Update example configuration to reflect FLAC support for offset_start --- example_config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_config.toml b/example_config.toml index 75682a8..2b48480 100644 --- a/example_config.toml +++ b/example_config.toml @@ -104,8 +104,8 @@ private=false # - Opus supports complexity (int) default 10 # - AAC supports VBR bitrate (vbr1 - vbr5), mode (lc, he, hev2) and afterburner (bool) # - MP3 supports VBR bitrate (v0 - v9) -# - All but Opus support setting samplerate (int) -# - All but FLAC support setting offset_start (bool) default true, rewrites packets PTS to align with the client start time. +# - All but Opus support setting samplerate (int), default queue sample rate. Opus is fixed at 48kHz. +# - All support setting offset_start (bool) default true, rewrites packets PTS to align with the client start time. # - All support setting channels (int) to 1 or 2, default 2 [[streams]] mount="stream128.mp3"