Voisses Tech said:#for Alsa Inputs
set("frame.size",700)
# for Alsa Outputs
set("decoding.buffer_length", 20.)
set("frame.channels", 2)
set("frame.samplerate", 44100)
# These are the settings for my PCI MAudio (2496)
# You Might have to tweak this for Your card
# Especially for Inputs -Frame size
# Outputs like mine take (44100,48000 or 96000)
now put the following at the bottom of your Ls_script near the bottom and just above the "command...." instructions
* you only need the code in green to placed at the bottom
#############################################################################################
# Input from ALSA
#This below works
#source = input.alsa(device="pcm.liquidsoap",bufferize=false)
#studioInput = input.alsa(device="pcm.liquidsoap",bufferize=false)
#studioInput = input.alsa(bufferize=false)
#studioInput = input.alsa(bufferize=false)
studioInput = input.alsa()
studioInput= amplify(2.0,input.alsa())
It looks like you're new here. If you want to get involved, click one of these buttons!