File: LS556.liq

package info (click to toggle)
liquidsoap 1.1.1-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,536 kB
  • ctags: 4,416
  • sloc: ml: 34,126; python: 956; makefile: 633; sh: 487; perl: 258; lisp: 62; ansic: 43; ruby: 8
file content (6 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
set("frame.duration",0.13)
mono = (noise(duration=0.5):source(1,0,0))
stereo = (sine(duration=0.3):source(2,0,0))
variable = (rotate([(mono:source(*+1,0,0)),(stereo:source(*+1,0,0))]):source(*+1,0,0))
output.dummy(audio_to_stereo(variable))
add_timeout(3.,{ print("TEST PASSED") ; shutdown() ; (-1.) })