Open
Description
Hi,
It's me again. I was checking out your project which has moved along nicely. (-:
Just wanted to highlight something: on a macOS if one installs portaudio
via the typical brew install portaudio
, then note that only portaudio.h
is installed. Therefore a simple python3 setup.py build
of your library will stop due to not finding pa_jack.h
. If one manually includes this header copying it from the portaudio
repo (as I did) then it builds fine.
Metadata
Metadata
Assignees
Labels
No labels