Releases: jfversluis/Plugin.Maui.Audio
v2.1.0: Duration & Dispose
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!
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
- Feature/add audio recording by @bijington in #35
- Attempt at getting an async audio player working by @bijington in #36
Full Changelog: v1.0.0...v2.0.0
v2.0.0 preview 2: async player support
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!
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
- Feature/add audio recording by @bijington in #35
- Rename sample app by @jfversluis in #62
Full Changelog: v1.0.0...v2.0.0-preview1
v1.0.0: The first stable release!
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
- Unify/remove media position reset on Play by @jfversluis in #37
- Add Speed property by @SirJohnK in #26
New Contributors
Full Changelog: v0.1.0-preview2...v1.0.0
v0.1.0-preview2
What's Changed
- Fix README.md by @marcmognol in #27
- Add support for net6.0 (#24) by @matthewclendening in #28
- generic conditional compilation independent of .NET 6.0 target framework by @ewerspej in #34
- Use stream by @marcmognol in #30
New Contributors
- @marcmognol made their first contribution in #27
- @matthewclendening made their first contribution in #28
- @ewerspej made their first contribution in #34
Full Changelog: v0.1.0-preview1...v0.1.0-preview2
v0.1.0-preview1
The first ever release of Plugin.Media.Audio
What's Changed
- Add Sample App + CI by @jfversluis in #1
- Add iOS/macOS support by @bijington in #2
- Clean up some things we don't need right now by @jfversluis in #4
- Add Android implementation by @jfversluis in #3
- Added windows support by @bijington in #7
- Improve looks and implement functionality sample app by @jfversluis in #5
- Add editorconfig + code style fixes by @jfversluis in #8
- Swap to a manager to create players by @bijington in #9
- Rename all the things by @jfversluis in #14
- An initial set of readme docs by @bijington in #16
- Add First NuGet properties by @jfversluis in #15
- Add acknowledgements to the readme by @jfversluis in #17
- Add NuGet (Pre)release Workflows by @jfversluis in #22
- Add first attempt at a logo by @bijington in #23
- Add position support by @bijington in #20
New Contributors
- @jfversluis made their first contribution in #1
- @bijington made their first contribution in #2
Full Changelog: https://github.com/jfversluis/Plugin.Maui.Audio/commits/v0.1.0-preview1