monky-2.0.0.0: A system state collecting library and application

Maintainerongy
Stabilitytesting
PortabilityLinux
Safe HaskellNone
LanguageHaskell2010

Monky.Examples.Alsa

Description

 

Synopsis

Documentation

getVOLHandle #

Arguments

:: String

The audio-card to use

-> IO AlsaH 

Get a handle which allows access to audio (alsa) subsystem information

data AlsaH #

The handle type for this module

Instances

EvtModule AlsaH # 

Methods

startEvtLoop :: AlsaH -> ([MonkyOut] -> IO ()) -> IO () #

PollModule AlsaH # 

Methods

getOutput :: AlsaH -> IO [MonkyOut] #

initialize :: AlsaH -> IO () #