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

Safe HaskellSafe-Inferred

Sound.ALSA.PCM.Parameters.Software

Contents

Synopsis

Types

data T i y a Source

Instances

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

Primitive accessors to software parameters

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

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

Complex software parameter configuration

setBufferSizeSource

Arguments

:: Size

buffer size

-> Size

period size

-> T i y ()