RustAudio / rodio

Rust audio playback library
Apache License 2.0
1.66k stars 214 forks source link

Lift `Sink::clear` into `SpatialSink` #548

Closed mweatherley closed 3 months ago

mweatherley commented 3 months ago

Pretty straightforward: just implementing .clear() for SpatialSink — since the underlying Sink of a SpatialSink is a private field, there isn't really a way to clear it without making a change like this.