Movid
Movid copied to clipboard
Zero copy method between module
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.)