mirror of
https://github.com/pkali/piradio-mini.git
synced 2026-05-20 22:34:22 +02:00
Better mp3 encoder configuration
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
duration = 0 # duration of encoding, in seconds. 0 means forever
|
duration = 0 # duration of encoding, in seconds. 0 means forever
|
||||||
bufferSecs = 3 # size of internal slip buffer, in seconds
|
bufferSecs = 3 # size of internal slip buffer, in seconds
|
||||||
reconnect = yes # reconnect to the server(s) if disconnected
|
reconnect = yes # reconnect to the server(s) if disconnected
|
||||||
|
realtime = yes
|
||||||
|
rtprio = 3
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
device = hw:Loopback,1
|
device = hw:Loopback,1
|
||||||
@@ -14,9 +16,9 @@ channel = 2 # channels. 1 = mono, 2 = stereo
|
|||||||
[icecast2-0]
|
[icecast2-0]
|
||||||
|
|
||||||
bitrateMode = cbr # variable bit rate (cbr for constant)
|
bitrateMode = cbr # variable bit rate (cbr for constant)
|
||||||
quality = 0.5 # 1.0 is best quality
|
|
||||||
format = mp3
|
format = mp3
|
||||||
bitrate = 256 # bitrate
|
bitrate = 256 # bitrate
|
||||||
|
#quality = 0.5 # 1.0 is best quality
|
||||||
server = localhost # or IP
|
server = localhost # or IP
|
||||||
port = 8001 # port for IceCast2 access
|
port = 8001 # port for IceCast2 access
|
||||||
password = mympd # source password to the IceCast2 server
|
password = mympd # source password to the IceCast2 server
|
||||||
|
|||||||
Reference in New Issue
Block a user