samer@43: % oggfile - audio signal from OGG file using ogg123 samer@43: % oggfile :: bash_file, options(sndpipe) -> signal(C,R). samer@0: function s=oggdec(file) samer@43: s=sndpipe(sprintf('ogg123 -d au -f - %s',bash_arg(file)),'stringfn',@()sprintf('oggfile(''%s'')',file));