sox-0.2.2.5: Play, write, read, convert audio signals using Sox

Safe HaskellNone

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