AlsaDevices
index
/home/mike/src/jokosher/trunk/Jokosher/AlsaDevices.py

#       THIS FILE IS PART OF THE JOKOSHER PROJECT AND LICENSED UNDER THE GPL. SEE
#       THE 'COPYING' FILE FOR DETAILS
#
#       AlsaDevices.py
#       
#       This file offers ALSA specific helper functions.
#
#-------------------------------------------------------------------------------

 
Modules
       
dbus
gst

 
Functions
       
GetAlsaList(type)
Returns a dictionary containing ALSA device names and their correspoding ALSA ids (e.g. hw:0).
 
Keyword arguments:
type -- specifies the type of ALSA device we are looking for, playback or capture.
GetRecordingMixers(device)
Returns a list containing all the channels which have recording switched on.
 
Keyword arguments:
device -- specifies which ALSA device (e.g. hw:0) to return values for.