From 4daa5e756fa31919bbc945c6cfeb19bcff6b1ae2 Mon Sep 17 00:00:00 2001 From: Josh Washburne Date: Mon, 30 Nov 2020 01:24:11 -0500 Subject: [PATCH] Added Vorbis 320kbps stream. --- spradio.liq | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spradio.liq b/spradio.liq index 0671532..e2da323 100644 --- a/spradio.liq +++ b/spradio.liq @@ -87,6 +87,11 @@ output.icecast(%mp3, name=radio_name, description=radio_description, genre=radio_genre, url=radio_url_main, host=stream_address, port=stream_port, password=stream_password, mount="stream128.mp3", radio) +output.icecast(%vorbis(samplerate=44100, channels=2, quality=0.9), + encoding="UTF-8", protocol="http", + name=radio_name, description=radio_description, genre=radio_genre, url=radio_url_main, + host=stream_address, port=stream_port, password=stream_password, mount="stream320.ogg", + radio) output.icecast(%vorbis(samplerate=44100, channels=2, quality=0.4), encoding="UTF-8", protocol="http", name=radio_name, description=radio_description, genre=radio_genre, url=radio_url_main,