squeezelite offers JACK output.

ALSA-clients can use your JACK daemon with the following ~/.asoundrc

pcm.!default {
type plug
slave.pcm "jack"
hint {
show on
description "Playback/recording through JACK"
}
}

pcm.jack {
type jack
playback_ports {
0 "system:playback_1"
1 "system:playback_2"
}
capture_ports {
0 system:capture_1
1 system:capture_2
}
hint {
show on
description "Playback/recording through JACK"
}
}


------------------------------------------------------------------------
bluebell's Profile: http://forums.slimdevices.com/member.php?userid=44283
View this thread: http://forums.slimdevices.com/showthread.php?t=100864

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to