sox-0.2.3: 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

Semigroup T Source # 

Methods

(<>) :: T -> T -> T #

sconcat :: NonEmpty T -> T #

stimes :: Integral b => b -> T -> T #

Monoid T Source # 

Methods

mempty :: T #

mappend :: T -> T -> T #

mconcat :: [T] -> T #