i-rinat / apulse

PulseAudio emulation for ALSA
MIT License
609 stars 35 forks source link

link libpulse-simple against libpulse to make apulse work for Unreal Engine 4 games #101

Closed dscharrer closed 5 years ago

dscharrer commented 5 years ago

Without this dlopen("libpulse-simple.so.0") will fail if the process hasn't already loaded libpulse.so.0.

i-rinat commented 5 years ago

Looks good. Thanks!

I've also linked libpulse-mainloop-glib with libpulse.