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
{{ message }}
This repository was archived by the owner on Nov 13, 2023. It is now read-only.
I've read paper about pulseaudio that implement zero copy data transfer: instead of transfering data between thread, they are transfering pointer to them. So we could be able to do that if we have a good memory management. (IE don't use directly malloc/new, but use a lib that preallocate block.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've read paper about pulseaudio that implement zero copy data transfer: instead of transfering data between thread, they are transfering pointer to them. So we could be able to do that if we have a good memory management. (IE don't use directly malloc/new, but use a lib that preallocate block.)
The text was updated successfully, but these errors were encountered: