From ea771c17c55395b34d8ee3f8073a89d401c85835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9e=20Ekroth?= Date: Sun, 12 Jan 2014 21:40:29 +0100 Subject: Shine encoding plugin This encoding plugin features a fixed-point mp3 encoder, with faster encoding on architectures without a FPU. Right now the encoder is limited to stereo and 16 bit depth. The bitrate and sample rate can be modified in audio_output. audio_output { type "httpd" name "My shine stream" encoder "shine" port "8000" format "44100:16:2" bitrate "320" # default: 128 } --- doc/user.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index 2350f8fef..a49f025b2 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1369,6 +1369,35 @@ systemctl start mpd.socket +
+ <varname>shine</varname> + + + Encodes into MP3 using the shine library. + + + + + + + Setting + Description + + + + + + bitrate + + + Sets the bit rate in kilobit per second. + + + + + +
+
<varname>twolame</varname> -- cgit v1.2.3