Skip to content

Commit

Permalink
Try to load PortAudio dylib from anaconda
Browse files Browse the repository at this point in the history
See #122 and #137.
  • Loading branch information
mgeier committed Jun 13, 2018
1 parent 185e0b2 commit 0195bba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sounddevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
for _libname in (
'portaudio', # Default name on POSIX systems
'bin\\libportaudio-2.dll', # DLL from conda-forge
'lib/libportaudio.dylib', # dylib from anaconda
):
_libname = _find_library(_libname)
if _libname is not None:
Expand Down

0 comments on commit 0195bba

Please sign in to comment.