~hp/muslua

8111dd7e48ffa1ea21b5adc4fa8c6a416a37b798 — Hanspeter Portner a month ago 486d2c8
Add darkice autoconnect rules
2 files changed, 9 insertions(+), 1 deletions(-)

M lua/liam.lua
M meson_options.txt
M lua/liam.lua => lua/liam.lua +8 -0
@@ 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()

M meson_options.txt => meson_options.txt +1 -1
@@ 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')