Skip to content

Commit 0195bba

Browse files
committed
Try to load PortAudio dylib from anaconda
See #122 and #137.
1 parent 185e0b2 commit 0195bba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sounddevice.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
for _libname in (
6363
'portaudio', # Default name on POSIX systems
6464
'bin\\libportaudio-2.dll', # DLL from conda-forge
65+
'lib/libportaudio.dylib', # dylib from anaconda
6566
):
6667
_libname = _find_library(_libname)
6768
if _libname is not None:

0 commit comments

Comments
 (0)