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

Safe HaskellSafe
LanguageHaskell98

Sound.Sox.Option.Format

Synopsis

Documentation

none :: T #

format :: T -> T #

data T #

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 # 

Methods

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

sconcat :: NonEmpty T -> T #

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

Monoid T # 

Methods

mempty :: T #

mappend :: T -> T -> T #

mconcat :: [T] -> T #

single :: String -> [String] -> T #