Mercurial > hg > ishara
view audio/pipesink.m @ 34:c75bb62b90a9
Imported audio synthesis tools.
author | samer |
---|---|
date | Sun, 20 Jan 2013 19:05:05 +0000 |
parents | 672052bd81f8 |
children | 62e31e7980e6 |
line wrap: on
line source
function s=pipesink(ch,rate,cmd,varargin) str=sprintf('pipesink(''%s'')',cmd); s=wavsink(ch,rate,@()pipeout(cmd),@()str,varargin{:}); end