annotate arrows/audioout.m @ 42:ae596261e75f

Various fixes and development to audio handling
author samer
date Tue, 02 Dec 2014 14:51:13 +0000
parents beb8a3f4a345
children
rev   line source
samer@0 1 function o=audioout(ch,rate,varargin),
samer@37 2 opts=options('window',[],varargin{:});
samer@0 3 o=abufsink(lineout(ch,rate,'pad',ceil(0.2*rate),opts),opts.window);