mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-04-19 01:14:50 +00:00
Decided that getenum should return the selected item and the available
items. Argument parsing errors are reported with the methodname (minor improvement). Smallish documentation improvements. git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@23 ec2f30ec-7544-0410-870e-f70ca00c83f0
This commit is contained in:
@@ -55,11 +55,18 @@
|
||||
|
||||
<p>
|
||||
Note: the wrappers link with the alsasound library (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 - although
|
||||
most distributions ship with ALSA kernels.
|
||||
package) and need the ALSA headers for compilation. Verify that you
|
||||
have /usr/lib/libasound.so and /usr/include/alsa (or
|
||||
similar paths) before building.
|
||||
|
||||
<p>
|
||||
On Debian (and probably Ubuntu), make sure you have libasound2-dev installed.
|
||||
|
||||
<p>
|
||||
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 -
|
||||
although most distributions ship with ALSA kernels.
|
||||
|
||||
<p>
|
||||
To install, execute the following:
|
||||
@@ -108,7 +115,7 @@ And then as root:
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<span class="release-info">Release 0.3.</span>
|
||||
<span class="release-info">Release 0.4.</span>
|
||||
</div>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user