From d14edc77fc1fbf460173171c832703cae31cb32b Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sun, 6 Sep 2020 22:56:20 +1000 Subject: [PATCH] Mention audio interruptions in README. --- README.md | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 2bf0000..09fa11b 100644 --- a/README.md +++ b/README.md @@ -4,25 +4,26 @@ This Flutter plugin plays audio from URLs, files, assets, DASH/HLS streams and p ## Features -| Feature | Android | iOS | MacOS | Web | -| ------- | :-------: | :-----: | :-----: | :-----: | -| read from URL | ✅ | ✅ | ✅ | ✅ | -| read from file | ✅ | ✅ | ✅ | | -| read from asset | ✅ | ✅ | ✅ | | -| request headers | ✅ | ✅ | ✅ | | -| DASH | ✅ | | | | -| HLS | ✅ | ✅ | ✅ | | -| buffer status/position | ✅ | ✅ | ✅ | ✅ | -| play/pause/seek | ✅ | ✅ | ✅ | ✅ | -| set volume | ✅ | ✅ | ✅ | ✅ | -| set speed | ✅ | ✅ | ✅ | ✅ | -| clip audio | ✅ | ✅ | ✅ | ✅ | -| playlists | ✅ | ✅ | ✅ | ✅ | -| looping | ✅ | ✅ | ✅ | ✅ | -| shuffle | ✅ | ✅ | ✅ | ✅ | -| compose audio | ✅ | ✅ | ✅ | ✅ | -| gapless playback | ✅ | ✅ | ✅ | | -| report player errors | ✅ | ✅ | ✅ | ✅ | +| Feature | Android | iOS | MacOS | Web | +| ------- | :-------: | :-----: | :-----: | :-----: | +| read from URL | ✅ | ✅ | ✅ | ✅ | +| read from file | ✅ | ✅ | ✅ | | +| read from asset | ✅ | ✅ | ✅ | | +| request headers | ✅ | ✅ | ✅ | | +| DASH | ✅ | | | | +| HLS | ✅ | ✅ | ✅ | | +| buffer status/position | ✅ | ✅ | ✅ | ✅ | +| play/pause/seek | ✅ | ✅ | ✅ | ✅ | +| set volume | ✅ | ✅ | ✅ | ✅ | +| set speed | ✅ | ✅ | ✅ | ✅ | +| clip audio | ✅ | ✅ | ✅ | ✅ | +| playlists | ✅ | ✅ | ✅ | ✅ | +| looping | ✅ | ✅ | ✅ | ✅ | +| shuffle | ✅ | ✅ | ✅ | ✅ | +| compose audio | ✅ | ✅ | ✅ | ✅ | +| gapless playback | ✅ | ✅ | ✅ | | +| report player errors | ✅ | ✅ | ✅ | ✅ | +| Handle phonecall interruptions | ✅ | ✅ | | | Please consider reporting any bugs you encounter [here](https://github.com/ryanheise/just_audio/issues) or submitting pull requests [here](https://github.com/ryanheise/just_audio/pulls).