From ef3e9671f0ccf39c28f1a65edd040e2c67529041 Mon Sep 17 00:00:00 2001 From: larsimmisch Date: Thu, 24 Jan 2008 11:21:41 +0000 Subject: [PATCH] Import from divmod. Original log message: r830 | casper | 2004-10-05 13:17:05 +0200 (Tue, 05 Oct 2004) | 1 line git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@3 ec2f30ec-7544-0410-870e-f70ca00c83f0 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index ca3b76d..5276f40 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ PyAlsaAudio Author: Casper Wilstrup (cwi@unispeed.dk) -This package contains wrappers for acessing the ALSA api from Python. It +This package contains wrappers for accessing the ALSA api from Python. It is currently fairly complete for PCM devices. My next goal is to have complete mixer supports as well. MIDI sequencer support is low on my priority list, but volunteers are welcome. @@ -26,7 +26,7 @@ Note: the wrappers link with the alsasound library alsa (from the alsa-lib package). Verify that this is installed by looking for /usr/lib/libasound.so before building. Naturally you also need to use a kernel with proper ALSA support. This is the default in Linux kernel 2.6 and later. If you are using -kernel version 2.4 you may need to install the ALSA patches yourself - althoug +kernel version 2.4 you may need to install the ALSA patches yourself - although most distributions ship with ALSA kernels. To install, execute the following: