annotate examples/sound/sampled/linein.scm @ 2:74cc9e431818

Revert change to MidiSynth
author samer
date Fri, 05 Apr 2019 16:43:56 +0100
parents 5df24c91468d
children
rev   line source
samer@1 1 (load "audio.scm")
samer@1 2 ; (load "lineout.scm")
samer@1 3
samer@1 4 ; audio input with a frame size of 1024 and a hop size of 512
samer@1 5 ; is routed directly to audio output, which must also be informed
samer@1 6 ; that hop size is 512.
samer@1 7 (linein (linesrc) 1024 512)
samer@1 8 (expose)