RustAudio / dsp-chain

A library for chaining together multiple audio dsp processors/generators, written in Rust!
MIT License
297 stars 20 forks source link

Update 'sample' to 0.10.0 and use 'dyn' keyword #146

Closed fwcd closed 5 years ago

fwcd commented 5 years ago

Update the sample dependency from 0.6.0 to 0.10.0 and use the new dyn keyword since raw trait objects are deprecated. Note that this is a breaking change, since sample::rate has been renamed to sample::interpolate.