l 2 radio: stream now in stereo!

this also fixes the slowmotion playback issue
This commit is contained in:
lassulus 2017-01-22 01:18:31 +01:00
parent 6b910af11a
commit 8d527f99be

View File

@ -66,22 +66,14 @@ in {
host "localhost"
port "8000"
mount "/radio.ogg"
# This is the source password in icecast.xml
password "${source-password}"
# Set either quality or bit rate
# quality "5.0"
bitrate "128"
format "44100:16:1"
format "44100:16:2"
# Optional Parameters
user "source"
# description "here is my long description"
genre "good music"
} # end of audio_output
}
'';
};