All Versions
12
Latest Version
Avg Release Cycle
146 days
Latest Release
562 days ago

Changelog History
Page 1

  • v0.16.0 Changes

    September 14, 2022
    • โšก๏ธ Update cpal to 0.14.
    • ๐Ÿš€ Update symphonia to 0.5.
  • v0.15.0 Changes

    January 23, 2022
    • โœ‚ 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.
  • v0.14.0 Changes

    May 21, 2021
    • Re-export cpal in full.
    • 0๏ธโƒฃ Replace panics when calling OutputStream::try_default, OutputStream::try_from_device with new StreamError variants.
    • 0๏ธโƒฃ OutputStream::try_default will now fallback to non-default output devices if an OutputStream cannot be created from the default device.
  • v0.13.1 Changes

    March 28, 2021
    • ๐Ÿ›  Fix panic when no pulseaudio-alsa was installed.
  • v0.13.0 Changes

    November 03, 2020
    • โšก๏ธ Update cpal to 0.13.
    • โž• Add Android support.
  • v0.12.0 Changes

    October 05, 2020
    • ๐Ÿ’ฅ Breaking: Update cpal to 0.12.
    • ๐Ÿ’ฅ Breaking: Rework API removing global "rodio audio processing" thread & adapting to the upstream cpal API changes.
    • โž• Add new_X format specific methods to Decoder.
    • ๐Ÿ›  Fix resampler dependency on internal Vec::capacity behaviour.
  • v0.11.0 Changes

    March 16, 2020
    • ๐Ÿš€ Update lewton to 0.10.
    • ๐Ÿ’ฅ Breaking: Update cpal to 0.11
  • v0.10.0 Changes

    November 16, 2019
    • Removal of nalgebra in favour of own code.
    • ๐Ÿ›  Fix a bug that switched channels when resuming after having paused.
    • 0๏ธโƒฃ Attempt all supported output formats if the default format fails in Sink::new.
    • ๐Ÿ’ฅ Breaking: Update cpal to 0.10.
  • v0.9.0 Changes

    June 08, 2019
    • โœ‚ Remove exclusive &mut borrow requirements in Sink & SpatialSink setters.
    • ๐Ÿ‘‰ Use nalgebra instead of cgmath for Spatial source.
  • v0.8.1 Changes

    September 18, 2018
    • ๐Ÿš€ Update lewton dependency to 0.9
    • ๐Ÿ”„ Change license from Apache-2.0 only to Apache-2.0 OR MIT