Mercurial > hg > jslab
view examples/sound/sampled/linein.scm @ 1:5df24c91468d
Oh my what a mess.
author | samer |
---|---|
date | Fri, 05 Apr 2019 16:26:00 +0100 |
parents | |
children |
line wrap: on
line source
(load "audio.scm") ; (load "lineout.scm") ; audio input with a frame size of 1024 and a hop size of 512 ; is routed directly to audio output, which must also be informed ; that hop size is 512. (linein (linesrc) 1024 512) (expose)