sox-0.2.3.1: 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 # 
Instance details

Defined in Sound.Sox.Private.Option

Methods

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

sconcat :: NonEmpty T -> T #

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

Monoid T Source # 
Instance details

Defined in Sound.Sox.Private.Option

Methods

mempty :: T #

mappend :: T -> T -> T #

mconcat :: [T] -> T #