@@ 84,6 84,14 @@ local connector <const> = connecting.Connector:new {
{ 'Pianoteq:out_2', 'muslua:Recorder-Input-3' },
{ 'setBfree:out_left', 'muslua:Recorder-Input-4' },
{ 'setBfree:out_right', 'muslua:Recorder-Input-5' },
+
+ -- Icecast2
+ { 'system:capture_1', 'darkice.*:left' },
+ { 'system:capture_2', 'darkice.*:right' },
+ { 'Pianoteq:out_1', 'darkice.*:left' },
+ { 'Pianoteq:out_2', 'darkice.*:right' },
+ { 'setBfree:out_left', 'darkice.*:left' },
+ { 'setBfree:out_right', 'darkice.*:right' },
}
local display <const> = displaying.Display:new()
@@ 2,4 2,4 @@
# SPDX-License-Identifier: CC0-1.0
option('build-tests', type : 'boolean', value : true)
-option('version', type : 'string', value : '0.1.205')
+option('version', type : 'string', value : '0.1.209')