diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/config-example | 1 | ||||
-rw-r--r-- | contrib/pianobar.1 | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/contrib/config-example b/contrib/config-example index 0229595..275659f 100644 --- a/contrib/config-example +++ b/contrib/config-example @@ -49,6 +49,7 @@ #volume = 0 #ca_bundle = /etc/ssl/certs/ca-certificates.crt #gain_mul = 1.0 +#sample_rate = 44100 # Format strings #format_nowplaying_song = [32m%t[0m by [34m%a[0m on %l[31m%r[0m%@%s diff --git a/contrib/pianobar.1 b/contrib/pianobar.1 index 7462030..196bbb2 100644 --- a/contrib/pianobar.1 +++ b/contrib/pianobar.1 @@ -368,6 +368,10 @@ variable. Only "Basic" http authentication is supported. .B rpc_tls_port = 443 .TP +.B sample_rate = 0 +Force fixed output sample rate. The default, 0, uses the stream’s sample rate. + +.TP .B sort = {name_az, name_za, quickmix_01_name_az, quickmix_01_name_za, quickmix_10_name_az, quickmix_10_name_za} Sort station list by name or type (is quickmix) and name. name_az for example sorts by name from a to z, quickmix_01_name_za by type (quickmix at the |