You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alsa dmix module uses shmget syscall. I have preloaded emulation library, but it seems to call shmget direcly.
Is there any way to override functions from libasound?
The text was updated successfully, but these errors were encountered:
libasound is not accessible to regular apps on Android, adding shmem
library won't make it work.
Debian noroot uses pulseaudio with pipe to pass audio stream to Java layer,
that setup is not very reliable though.
On Feb 15, 2015 10:08 AM, "mittorn" [email protected] wrote:
Alsa dmix module uses shmget syscall. I have preloaded emulation library,
but it seems to call shmget direcly.
Is there any way to override functions from libasound?
—
Reply to this email directly or view it on GitHub #1.
libasound works when dmix is not enabled in asound.conf, so shm should help.
Problem was that LD_PRELOAD does not work when wrapped/replaced functions are called from same library (like shmget from libc directly).
Alsa dmix module uses shmget syscall. I have preloaded emulation library, but it seems to call shmget direcly.
Is there any way to override functions from libasound?
The text was updated successfully, but these errors were encountered: