From b0b6de5e6c61fe92452bf057d2f0677a3d1fec9b Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 20 Feb 2009 16:12:44 +0000 Subject: silbe patch to build alsaaudio on first launch --- (limited to 'arch_src/pyalsaaudio-0.2/doc/module-alsaaudio.html') diff --git a/arch_src/pyalsaaudio-0.2/doc/module-alsaaudio.html b/arch_src/pyalsaaudio-0.2/doc/module-alsaaudio.html new file mode 100644 index 0000000..c3673ee --- /dev/null +++ b/arch_src/pyalsaaudio-0.2/doc/module-alsaaudio.html @@ -0,0 +1,167 @@ + + + + + + + + + + + + +4 alsaaudio + + + + + +

+4 alsaaudio +

+ +

+ +

+ +

Availability: Linux.

+ +

+ +

+ +

+The alsaaudio module defines functions and classes for using +ALSA. + +

+

+ +
mixers([cardname])
+
+List the available mixers. The optional cardname specifies which +card should be queried (this is only relevant if you have more than one +sound card). Omit to use the default sound card +
+ +

+

+ +
class PCM([type], [mode], [cardname])
+
+This class is used to represent a PCM device (both playback and capture devices). +The arguments are: +
type - can be either PCM_CAPTURE or PCM_PLAYBACK (default). +
mode - can be either PCM_NONBLOCK, PCM_ASYNC, or PCM_NORMAL (the default). +
cardname - specifies which card should be used (this is only relevant +if you have more than one sound card). Omit to use the default sound card +
+ +

+

+ +
class Mixer([control], [id], [cardname])
+
+This class is used to access a specific ALSA mixer. +The arguments are: +
control - Name of the chosen mixed (default is Master). +
id - id of mixer (default is 0) - More explaniation needed here +
cardname specifies which card should be used (this is only relevant +if you have more than one sound card). Omit to use the default sound card +
+ +

+

exception ALSAAudioError
+
+Exception raised when an operation fails for a ALSA specific reason. +The exception argument is a string describing the reason of the +failure. +
+ +

+ +



+
+ +Subsections + + + +
+ + + + + + -- cgit v0.9.1