• Andrée Ekroth's avatar
    Shine encoding plugin · ea771c17
    Andrée Ekroth authored
    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
    }
    ea771c17
Name
Last commit
Last update
..
developer.xml Loading commit data...
doxygen.conf.in Loading commit data...
mpd.1 Loading commit data...
mpd.conf.5 Loading commit data...
mpdconf.example Loading commit data...
protocol.xml Loading commit data...
user.xml Loading commit data...