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

Safe HaskellSafe
LanguageHaskell98

Sound.Sox.Option.Format

Synopsis

Documentation

format :: T -> T Source #

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.

Instances

Monoid T Source # 

Methods

mempty :: T #

mappend :: T -> T -> T #

mconcat :: [T] -> T #