Skip to content

Releases: jfversluis/Plugin.Maui.Audio

v2.1.0: Duration & Dispose

27 Nov 08:33
215c5f6
Compare
Choose a tag to compare

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

v2.0.0: Now with Audio Recording!

29 Sep 07:49
748f960
Compare
Choose a tag to compare

Many people have been asking for this and we (and with we I mean @cdavidyoung and @bijington) finally did it! Now you can also record audio with this plugin.

This release is identical to the preview 1 version we put out earlier.

What's Changed

Full Changelog: v1.0.0...v2.0.0

v2.0.0 preview 2: async player support

11 Sep 08:33
748f960
Compare
Choose a tag to compare
Pre-release

In this version we added support for a player that uses async/await 🎉

What's Changed

  • Attempt at getting an async audio player working by @bijington in #36

Full Changelog: v2.0.0-preview1...v2.0.0-preview2

v2.0.0 preview 1: Now with Audio Recording!

04 Sep 14:15
bb1a44f
Compare
Choose a tag to compare

Many people have been asking for this and we (and with we I mean @cdavidyoung and @bijington) finally did it! Now you can also record audio with this plugin.

Since this is a bigger change, releasing it as preview first. Let us know how you find it and open issues and/or PRs to make things even better.

What's Changed

Full Changelog: v1.0.0...v2.0.0-preview1

v1.0.0: The first stable release!

29 Nov 09:56
a4a2e0f
Compare
Choose a tag to compare

After a good period of testing we decided that it's about time for the first stable version of this wonderful plugin!

With this v1 of the Plugin.Maui.Audio you're able to play audio clips, pause, play, set the speed and position and more in a very easy to use way! Let us know what you think while we are building towards the next version which will also include recording! A preview version of that will be landing soon.

What's Changed

New Contributors

Full Changelog: v0.1.0-preview2...v1.0.0

v0.1.0-preview2

03 Nov 13:46
dbf6abd
Compare
Choose a tag to compare
v0.1.0-preview2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0-preview1...v0.1.0-preview2

v0.1.0-preview1

22 Aug 15:47
d18f930
Compare
Choose a tag to compare
v0.1.0-preview1 Pre-release
Pre-release

The first ever release of Plugin.Media.Audio

What's Changed

New Contributors

Full Changelog: https://github.com/jfversluis/Plugin.Maui.Audio/commits/v0.1.0-preview1