Lines Matching refs:data
18 ## @deftypefn {Function File} {} sndfile_save (@var{filename, data, fs})
19 ## Save the given @var{data} as audio data to the given at @var{fs}. Set
24 ## Description: Save data as a sound file
26 function sndfile_save (filename, data, fs)
29 error ("Need three input arguments: filename, data and fs.") ;
40 [nr nc] = size (data) ;
43 data = data' ;
47 wavedata = data ;