Mercurial > hg > ishara
view audio/oggenc.m @ 61:eff6bddf82e3 tip
Finally implemented perceptual brightness thing.
author | samer |
---|---|
date | Sun, 11 Oct 2015 10:20:42 +0100 |
parents | 62e31e7980e6 |
children |
line wrap: on
line source
% oggenc - sink which writes audio signal to OGG file using oggenc function s=oggenc(ch,rate,file,varargin) opts=options('quality',5,varargin{:}); s=pipesink(ch,rate,sprintf('oggenc -q %d -o "%s" -',opts.quality,file));