sndfile-enumerators-0.9.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)Source

get audio format information from a file

defaultBufSize :: IntSource

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