thanks Wayne, I will use it for audio and video, the audio part of it is testing already thanks to your basic setup !

Wayne Merricks schreef op 6-6-2014 13:23:
Hi,

Liquidsoap handles sources with Audio, Video and Midi. So when you see stuff like source(2,0,0) thats 2 audio channels with 0 video and 0 midi.

Wayne Merricks
The Voice Asia

On 05/06/14 23:39, Rick wrote:

This is a code snippet from the LQsoap script from Wayne, I am new to LQSoap but most of Waynes script looks comprehendable , just what does the 2,0,0 stand for in source(2,0,0)

# Function to connect System capture to Liquid Soap
# Handles mono and stereo

def jackConnect()
  system("jack_connect system:capture_1 liquidsoapstereo:in_0")
  system("jack_connect system:capture_2 liquidsoapstereo:in_1")
end

# Get the input from JACK
liveStereo = (input.jack(id="liquidsoapstereo"):source(2,0,0))


_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to