Skip to content

Releases: BonnyAD9/raplay

Raplay v0.3.0

21 Sep 15:13
Compare
Choose a tag to compare

Raplay v0.3.0

New features

  • Message when pause ends
  • Sink implements Debug
  • Get timestamp when seeking
  • Add option to seek by
  • Option to set buffer size
  • Option to get device info
  • Option to select output device

Bugfixes

  • Fix typo in source trait function name

raplay v0.2.0

30 Aug 21:09
Compare
Choose a tag to compare

Raplay v0.2.0

New features

  • Seeking
  • Getting cimestamp and source length
  • Gapless playback
  • Fade-in/fade-out on play/pause

API Changes

  • Sink is created with its Default implementation
  • Move some names closer to root in namespaces
  • Custom error type
  • Migrate from eyre to anyhow

raplay v0.1.2

30 Jul 20:34
Compare
Choose a tag to compare

Bug fixes

  • some symphonia sources couldn't correctly determine its sample rate and channels
  • some files would play only first few frames

raplay v0.1.0

30 Jul 18:24
Compare
Choose a tag to compare

The first release!!!

Features

  • Play formats supported by symphonia
  • Play sine waves
  • Play(Resume)/Pause
  • Callback when audio ends
  • Callback for errors
  • Volume

How to get it

It is available on crates.io