We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185e0b2 commit 0195bbaCopy full SHA for 0195bba
sounddevice.py
@@ -62,6 +62,7 @@
62
for _libname in (
63
'portaudio', # Default name on POSIX systems
64
'bin\\libportaudio-2.dll', # DLL from conda-forge
65
+ 'lib/libportaudio.dylib', # dylib from anaconda
66
):
67
_libname = _find_library(_libname)
68
if _libname is not None:
0 commit comments