Skip to content

Commit

Permalink
libportaudio installed for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMarc committed Aug 28, 2024
1 parent 1a4d028 commit 0d10322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
sudo apt-get update \
&& sudo apt-get install -y \
sndfile-tools \
libportaudio2 \
- name: Install python dependencies
run : |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Then go to the installation directory and run::

pytest

On Linux, you may need to install libsndfile (required by SoundFile) using your distribution's package manager, for instance::
On Linux, you may need to install libsndfile (required by SoundFile) and PortAudio (required by SoundDevice to play sounds) using your distribution's package manager, for instance for Ubuntu::

sudo apt-get install libsndfile1
sudo apt-get install libsndfile1 libportaudio2

On Windows, you may need to install `windows-curses <https://pypi.org/project/windows-curses/>`_ (required for getting button presses in the psychoacoustics classes)::

Expand Down

0 comments on commit 0d10322

Please sign in to comment.