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/node4.html') diff --git a/arch_src/pyalsaaudio-0.2/doc/node4.html b/arch_src/pyalsaaudio-0.2/doc/node4.html new file mode 100644 index 0000000..9c6ab01 --- /dev/null +++ b/arch_src/pyalsaaudio-0.2/doc/node4.html @@ -0,0 +1,116 @@ + + + + + + + + + + + + + +2 ALSA and Python + + + + + +

+2 ALSA and Python +

+ +

+The older Linux sound API (OSS) which is now deprecated is well supported +from the standard Python library, through the ossaudiodev module. No native +ALSA support exists in the standard library (yet). + +

+There are a few other ``ALSA for Python'' projects available, including at +least two different projects called pyAlsa. Neither of these seem to be under +active development at the time - and neither are very feature complete. + +

+I wrote PyAlsaAudio to fill this gap. My long term goal is to have the module +included in the standard Python library, but that is probably a while of yet. + +

+PyAlsaAudio hass full support for sound capture, playback of sound, as well as +the ALSA Mixer API. + +

+MIDI support is not available, and since I don't own any MIDI hardware, it's +difficult for me to implement it. Volunteers to work on this would be greatly +appreciated + +

+ + + + -- cgit v0.9.1