From a2c88a2b7017d7f2e61d1e0a73b98b6332c9486b Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Mon, 19 Jul 2021 15:53:22 +1000 Subject: [PATCH] just_audio 0.9.1 --- just_audio/CHANGELOG.md | 4 ++++ just_audio/lib/just_audio.dart | 11 ++++++----- just_audio/pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index 690a6bb6c..5ede04078 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.1 + +* Fix iOS/macOS bug when setting volume before load. + ## 0.9.0 * Update to support just_audio_background. diff --git a/just_audio/lib/just_audio.dart b/just_audio/lib/just_audio.dart index 05822221b..1539bbc67 100644 --- a/just_audio/lib/just_audio.dart +++ b/just_audio/lib/just_audio.dart @@ -796,11 +796,12 @@ class AudioPlayer { return duration; } - /// Tells the player to play audio as soon as an audio source is loaded and - /// ready to play. If an audio source has been set but not preloaded, this - /// method will also initiate the loading. The [Future] returned by this - /// method completes when the playback completes or is paused or stopped. If - /// the player is already playing, this method completes immediately. + /// Tells the player to play audio at the current [speed] and [volume] as soon + /// as an audio source is loaded and ready to play. If an audio source has + /// been set but not preloaded, this method will also initiate the loading. + /// The [Future] returned by this method completes when the playback completes + /// or is paused or stopped. If the player is already playing, this method + /// completes immediately. /// /// This method causes [playing] to become true, and it will remain true /// until [pause] or [stop] is called. This means that if playback completes, diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index a5c3a3733..235f28e29 100644 --- a/just_audio/pubspec.yaml +++ b/just_audio/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: A feature-rich audio player for Flutter. Loop, clip and concatenate any sound from any source (asset/file/URL/stream) in a variety of audio formats with gapless playback. -version: 0.9.0 +version: 0.9.1 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: