sox-0.2: Play, write, read, convert audio signals using SoxSource codeContentsIndex
Sound.Sox.Signal.List
Description
Functions for reading and writing data using the endianess of the machine. This is the way Sox handles raw data. This module is more or less provided for completeness, since it is based on lists, which means that it is too slow to process real world data. For serious applications use Data.StorableVector.Lazy.
Documentation
writeFile :: Storable a => FilePath -> [a] -> IO ()Source
put :: Storable a => Handle -> [a] -> IO ()Source
withReadFile :: Storable a => FilePath -> (Exceptional IOReadException [a] -> IO b) -> IO bSource
getContents :: Storable a => Handle -> IO (Exceptional IOReadException [a])Source
data ReadException Source
show/hide Instances
type IOReadException = Either ReadException SomeExceptionSource
Produced by Haddock version 2.7.2