MATLAB Function Reference Previous page   Next Page
aufinfo

Return information about NeXT/SUN (.au) sound file

Syntax

Description

[m d] = aufinfo(aufile) returns information about the contents of the AU sound file specified by the string aufile.

m is the string 'Sound (AU) file', if filename is an AU file. Otherwise, it contains an empty string ('').

d is a string that reports the number of samples in the file and the number of channels of audio data. If filename is not an AU file, it contains the string 'Not an AU file'.

See Also

auread


Previous page  audiorecorder auread Next page

© 1994-2005 The MathWorks, Inc.