I just tried your library, annoyed of constantly resetting the default audio-device of my Ubuntu system.
I noticed that Pulsemixer.getSinks() does not find the pulsemixer executable because you are using ./pulsemixer as executable in that method.
That method should probably usePulsemixer.PULSEMIXER_PATH instead.
I just tried your library, annoyed of constantly resetting the default audio-device of my Ubuntu system.
I noticed that
Pulsemixer.getSinks()does not find the pulsemixer executable because you are using./pulsemixeras executable in that method.That method should probably use
Pulsemixer.PULSEMIXER_PATHinstead.