mpd/doc
Andrée Ekroth ea771c17c5 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
}
2014-01-13 11:14:19 +01:00
..
developer.xml doc/developer: add text from the wiki 2013-11-08 12:54:16 +01:00
doxygen.conf.in *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
mpd.1 doc: update current maintainer 2013-11-07 18:34:57 +01:00
mpd.conf.5 Merge branch 'v0.18.x' 2013-12-14 12:37:16 +01:00
mpdconf.example doc/example: remove "format" and "audio_output_format" 2013-11-11 17:18:29 +01:00
protocol.xml command: "lsinfo" and "readcomments" allowed for remote files 2013-12-29 18:25:32 +01:00
user.xml Shine encoding plugin 2014-01-13 11:14:19 +01:00