From 2876869020584497e61a340d4ca3c4c8a8cbde7f Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 21 Feb 2009 12:43:42 +0000 Subject: undoing pyalsaaudio patch --- (limited to 'arch_src/pyalsaaudio-0.2/doc/.svn/text-base/module-alsaaudio.html.svn-base') diff --git a/arch_src/pyalsaaudio-0.2/doc/.svn/text-base/module-alsaaudio.html.svn-base b/arch_src/pyalsaaudio-0.2/doc/.svn/text-base/module-alsaaudio.html.svn-base deleted file mode 100644 index c3673ee..0000000 --- a/arch_src/pyalsaaudio-0.2/doc/.svn/text-base/module-alsaaudio.html.svn-base +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - - -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