sox-0.0.1: Play, write, read, convert audio signals using SoxSource codeContentsIndex
Sound.Sox.Option.Format
Synopsis
none :: T
numberOfChannels :: Int -> T
numberOfChannelsAuto :: Int -> T
sampleRate :: Int -> T
format :: T -> T
data T
single :: String -> [String] -> T
Documentation
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.
show/hide Instances
single :: String -> [String] -> TSource
Produced by Haddock version 2.4.2