From 8bcf03f288dc89b4c7be3503be51cea24d207a3a Mon Sep 17 00:00:00 2001 From: Mo-way <139226735+Mo-way@users.noreply.github.com> Date: Tue, 26 May 2026 08:37:40 +0000 Subject: [PATCH] Fix 404 Links in the Docs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b3c8c5f..15128f4 100644 --- a/README.md +++ b/README.md @@ -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.