monky-2.2.0.0: A system state collecting library and application
Monky.Examples.Sound.Alsa
Description
Synopsis
getVOLHandle Source #
Arguments
The audio-card to use
Get a handle which allows access to audio (alsa) subsystem information
data AlsaH Source #
The handle type for this module
Instances
Methods
startEvtLoop :: AlsaH -> ([MonkyOut] -> IO ()) -> IO () Source #
getOutput :: AlsaH -> IO [MonkyOut] Source #
initialize :: AlsaH -> IO () Source #