-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
Description
Hello,
maybe I'm missing something, but looking at the documentation, it looks like the crate as no method to handle non-interleaved PCM.
The crate provides both writei and readi method for io object, but shouldn't it be some writen and readn method ?
As both writei and readi return a single buffer, they're incompatible with non-interleaved data, and curiously the crates does provide RWNonInterleaved PCM Access type..
Is it just not done in the crate ? (meaning readn/writen should be custom build as C bindings form the C alsa lib), or is there a specific way to read or write non-interleaved multiple buffers using only crate-provided method ?
Thanks a lot !