Casper is fine with having his email address displayed.

Minor documentation fixes.


git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@21 ec2f30ec-7544-0410-870e-f70ca00c83f0
This commit is contained in:
larsimmisch
2008-01-28 15:14:42 +00:00
parent 6fdbd9a2e5
commit 387983c9af
2 changed files with 27 additions and 22 deletions

View File

@@ -7,8 +7,7 @@
% At minimum, give your name and an email address. You can include a
% snail-mail address if you like.
\author{Casper Wilstrup}
% Commented out for now - Lars
% \authoraddress{cwi@aves.dk}
\authoraddress{cwi@aves.dk}
\begin{document}
\maketitle
@@ -76,7 +75,7 @@ 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.
while off yet.
PyAlsaAudio hass full support for sound capture, playback of sound, as
well as the ALSA Mixer API.
@@ -89,7 +88,7 @@ this would be greatly appreciated
Note: the wrappers link with the alsasound library (from the alsa-lib
package) and need the ALSA headers for compilation. Verify that you
have /usr/lib/libasound.so and /usr/include/alsa (or
similar) before building.
similar paths) before building.
On Debian (and probably Ubuntu), make sure you have libasound2-dev installed.