view audio/monofile.m @ 34:c75bb62b90a9

Imported audio synthesis tools.
author samer
date Sun, 20 Jan 2013 19:05:05 +0000
parents 672052bd81f8
children
line wrap: on
line source
% monofile - Return single channel version of signal in an audiofile
%
% NB using sndfile with channels=1 option results in clipping due to
% crappy implementation of Tritonus PCM2PCM converter.
function s=monofile(n), s=mixdown(sndfile(n));