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

Reply via email to