Skip to content

v2.1.0: Duration & Dispose

Compare
Choose a tag to compare
@jfversluis jfversluis released this 27 Nov 08:33
· 18 commits to main since this release
215c5f6

With this release the Duration is reported in seconds on Android, which is now in line with the other platforms.

Also, the IAudio interface was introduced in order to expose the Dispose functionality to library consumers.

What's Changed

  • Expose duration as seconds for Android by @bijington in #71
  • Expose a load more properties/methods to AsyncAudioPlayer by @bijington in #72

Full Changelog: v2.0.0...v2.1.0