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
Correct me if I'm wrong, but if you truly want to achieve low latency you also need to expose that back to the application right? Samples have to be written directly into the mapped memory after all. Is that something cpal is doing?
We should use mmap when trying to achieve the lowest latency, because copy overhead can become a roadblock when using a extremely small buffer size.
(Other platforms often have this implemented as a part of the low-level API, so we have been already using memory mapped IO.)
The text was updated successfully, but these errors were encountered: