We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0135d95 commit 512527bCopy full SHA for 512527b
soundcard/pulseaudio.py
@@ -16,7 +16,7 @@
16
try:
17
_pa = _ffi.dlopen('pulse')
18
except OSError:
19
- # Need sometimes explicite sharedobject name on Linux
+ # Try explicit file name, if the general does not work (e.g. on nixos)
20
_pa = _ffi.dlopen('libpulse.so')
21
22
# First, we need to define a global _PulseAudio proxy for interacting
0 commit comments