From 950d205a6e134cc370ebdd0fb5aee3a7c8de9d50 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sun, 12 Jul 2026 20:10:14 +0200 Subject: [PATCH] update link --- .github/workflows/docs.yml | 2 +- src/sounddevice.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 30ef011..bb2a36f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: $SPHINX -d _build/doctrees/ doc/ _build/html/ -b html - name: Check links run: | - $SPHINX -d _build/doctrees/ doc/ _build/linkcheck/ -b linkcheck + $SPHINX -d _build/doctrees/ doc/ _build/linkcheck/ -b linkcheck -q - name: Upload linkcheck results uses: actions/upload-artifact@v7 if: ${{ success() || failure() }} diff --git a/src/sounddevice.py b/src/sounddevice.py index 00fc6f8..588b55d 100644 --- a/src/sounddevice.py +++ b/src/sounddevice.py @@ -2391,8 +2391,8 @@ def __init__(self, channel_map=None, change_device_parameters=False, See the example below. For additional information, see the `PortAudio documentation`__. - __ https://app.assembla.com/spaces/portaudio/git/source/ - master/src/hostapi/coreaudio/notes.txt + __ https://github.com/PortAudio/portaudio/blob/master/ + src/hostapi/coreaudio/notes.txt change_device_parameters : bool, optional If ``True``, allows PortAudio to change things like the device's frame size, which allows for much lower latency,