sox-0.2.0.1: Play, write, read, convert audio signals using Sox
Sound.Sox.Option.Format
Synopsis
none :: TSource
numberOfChannels :: Int -> TSource
numberOfChannelsAuto :: Int -> TSource
sampleRate :: Int -> TSource
format :: T -> TSource
data T Source
You can combine options using the Monoid functions mappend and mconcat. When the same option is given multiple times, only the first occurence is respected.
Monoid
mappend
mconcat
Instances
single :: String -> [String] -> TSource