Skip to content

Read / Write non interleaved data ?  #123

@JulienH2000

Description

@JulienH2000

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions