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 } --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f735673fa..84eab0bb6 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ ver 0.19 (not yet released) - smbclient: new input plugin * filter - volume: improved software volume dithering +* encoder: + - shine: new encoder plugin * new resampler option using libsoxr ver 0.18.7 (not yet released) -- cgit v1.2.3