Module pnmixerlib::support_alsa
[−]
[src]
Alsa audio helper functions.
This mod wraps around a few low-level alsa functions and abstracts out the details we don't care about.
Functions
alsa_card_has_playable_selem |
Check whether the given alsa card as a playable |
get_alsa_card_by_id |
Get an alsa card corresponding to the given ID. |
get_alsa_card_by_name |
Get an alsa card by the given name. |
get_alsa_cards |
Get all available alsa cards. |
get_default_alsa_card |
Get the default alsa card. This is the one with the ID |
get_first_playable_alsa_card |
Get the first playable alsa card. |
get_first_playable_selem |
Get the first playable |
get_mixer |
Get the |
get_playable_alsa_card_names |
Get the names of all playable alsa cards. |
get_playable_selem_by_name |
Get a playable |
get_playable_selem_names |
Get the names from all playable |
get_playable_selems |
Get all playable |
get_selem |
Get the |
selem_is_playable |
Check whether the given |