sndfile-enumerators-0.10.0.0: Audio file reading/writing

Sound.Iteratee.File

Synopsis

Documentation

getFormat :: FilePath -> Maybe SupportedFileFormatSource

get the format from a file name

getAudioInfo :: FilePath -> IO (Maybe (AudioFormat, Integer))Source

get audio format information and audio length (samples, not frames) from a file

defaultBufSize :: IntSource

Default buffer size. The value from Data.Iteratee.IO is generally too small for good performance.