udoprog / audio

A crate for working with audio in Rust
Apache License 2.0
77 stars 11 forks source link

interleaved <--> sequential conversions #22

Open Be-ing opened 1 year ago

Be-ing commented 1 year ago

It would be nice to provide means to convert between interleaved and sequential buffers.

udoprog commented 1 year ago

You can do it with copy and translate here: https://docs.rs/audio/0.2.0-alpha.4/audio/buf/index.html