samer@1: (load "audio.scm") samer@1: ; (load "lineout.scm") samer@1: samer@1: ; audio input with a frame size of 1024 and a hop size of 512 samer@1: ; is routed directly to audio output, which must also be informed samer@1: ; that hop size is 512. samer@1: (linein (linesrc) 1024 512) samer@1: (expose)