Fix 404 Links in the Docs

This commit is contained in:
Mo-way
2026-05-26 08:37:40 +00:00
committed by Lars Immisch
parent 2a2fa8f742
commit 8bcf03f288
+5 -5
View File
@@ -2,7 +2,7 @@
For documentation, see http://larsimmisch.github.io/pyalsaaudio/
> Author: Casper Wilstrup (cwi@aves.dk)
> Author: Casper Wilstrup (cwi@aves.dk)
> Maintainer: Lars Immisch (lars@ibp.de)
This package contains wrappers for accessing the
@@ -57,8 +57,8 @@ distribution; it is also online on [http://larsimmisch.github.io/pyalsaaudio/](h
There are some example programs included with the source:
* [playwav.py](https://github.com/larsimmisch/pyalsaaudio/blob/master/playwav.py) plays back a wav file
* [playbacktest.py](https://github.com/larsimmisch/pyalsaaudio/blob/master/playbacktest.py) plays back raw sound data read from stdin
* [recordtest.py](https://github.com/larsimmisch/pyalsaaudio/blob/master/recordtest.py) captures sound from the microphone and writes
* [playwav.py](./examples/playwav.py) plays back a wav file
* [playbacktest.py](./examples/playbacktest.py) plays back raw sound data read from stdin
* [recordtest.py](./examples/recordtest.py) captures sound from the microphone and writes
it raw to stdout.
* [mixertest.py](https://github.com/larsimmisch/pyalsaaudio/blob/master/mixertest.py) can be used to manipulate the mixers.
* [mixertest.py](./examples/mixertest.py) can be used to manipulate the mixers.