rodio v0.16.0 Release Notes

Release Date: 2022-09-14 // over 1 year ago
    • โšก๏ธ Update cpal to 0.14.
    • ๐Ÿš€ Update symphonia to 0.5.

Previous changes from v0.15.0

    • โœ‚ Remove requirement that the argument Decoder::new and LoopedDecoder::new implement Send.
    • โž• Add optional symphonia backend.
    • WavDecoder's total_duration now returns the total duration of the sound rather than the remaining duration.
    • โž• Add 32-bit signed in WAV decoding.
    • SineWave::new() now takes a f32 instead of a u32.
    • โž• Add len() method to SpatialSink.