alsa-pcm-0.6.0.4: Binding to the ALSA Library API (PCM audio).

Safe HaskellSafe
LanguageHaskell2010

Sound.ALSA.PCM.Parameters.Software

Contents

Synopsis

Types

data T i y a Source

Instances

Monad (T i y) Source 
Functor (T i y) Source 
Applicative (T i y) Source 

type Size = Int Source

Primitive accessors to software parameters

setAvailMin :: Size -> T i y () Source

setSleepMin :: Word -> T i y () Source

setXferAlign :: Size -> T i y () Source

Complex software parameter configuration

setBufferSize Source

Arguments

:: Size

buffer size

-> Size

period size

-> T i y ()