Stylistic changes

This commit is contained in:
Lars Immisch
2015-04-30 17:57:45 +00:00
parent bee66b741e
commit 554a68562f

View File

@@ -1,10 +1,10 @@
# PyAlsaAudio
Author: Casper Wilstrup (cwi@aves.dk)
Maintainer: Lars Immisch (lars@ibp.de)
> Author: Casper Wilstrup (cwi@aves.dk)
> Maintainer: Lars Immisch (lars@ibp.de)
This package contains wrappers for accessing the ALSA api from Python. It
is currently fairly complete for PCM devices, and has some support for mixers
is currently fairly complete for PCM devices, and has some support for mixers.
If you find bugs in the wrappers please open an issue in the issue tracker.
Please don't send bug reports regarding ALSA specifically. There are several
@@ -33,7 +33,7 @@ To install, execute the following:
```
And then as root:
```
# sudo python setup.py install
$ sudo python setup.py install
```
# Using the API