Skip to content

v0.19.0

Choose a tag to compare

@roderickvd roderickvd released this 19 Jul 21:14
· 19 commits to main since this release
98d9803

Added

  • [docs, main] Add Deezer Connection deprecation notice
  • [player, remote] Disconnect when an audio stream error occurs
  • [remote] Disconnect when another device becomes active

Changed

  • [dither] Replaced own TPDF generation with Rodio's noise generator
  • [main] Disable noise shaping by default
  • [main, player] Replaced fastrand with rand for cleaner dependency tree
  • [player] Device enumeration has changed. Run with -d "?" to see available devices.
  • [remote] Disconnect when setting the player state fails

Removed

  • [benches] Remove benchmarks for audio math operations as they are no longer relevant
  • [normalize] Remove normalize module in favor of Rodio's limiter
  • [util] Removed db_to_ratio and ratio_to_db in favor of Rodio db_to_linear
  • [uuid] Removed uuid wrapper module in favor of the uuid crate directly