udoprog / audio

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

impl AsRef and AsMut traits for LinearChannel #18

Closed Be-ing closed 1 year ago

Be-ing commented 1 year ago

instead of implementing these as methods on the struct

udoprog commented 1 year ago

Thanks!