Mention audio interruptions in README.
This commit is contained in:
parent
8d5ac345ed
commit
d14edc77fc
39
README.md
39
README.md
|
@ -4,25 +4,26 @@ This Flutter plugin plays audio from URLs, files, assets, DASH/HLS streams and p
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
| Feature | Android | iOS | MacOS | Web |
|
| Feature | Android | iOS | MacOS | Web |
|
||||||
| ------- | :-------: | :-----: | :-----: | :-----: |
|
| ------- | :-------: | :-----: | :-----: | :-----: |
|
||||||
| read from URL | ✅ | ✅ | ✅ | ✅ |
|
| read from URL | ✅ | ✅ | ✅ | ✅ |
|
||||||
| read from file | ✅ | ✅ | ✅ | |
|
| read from file | ✅ | ✅ | ✅ | |
|
||||||
| read from asset | ✅ | ✅ | ✅ | |
|
| read from asset | ✅ | ✅ | ✅ | |
|
||||||
| request headers | ✅ | ✅ | ✅ | |
|
| request headers | ✅ | ✅ | ✅ | |
|
||||||
| DASH | ✅ | | | |
|
| DASH | ✅ | | | |
|
||||||
| HLS | ✅ | ✅ | ✅ | |
|
| HLS | ✅ | ✅ | ✅ | |
|
||||||
| buffer status/position | ✅ | ✅ | ✅ | ✅ |
|
| buffer status/position | ✅ | ✅ | ✅ | ✅ |
|
||||||
| play/pause/seek | ✅ | ✅ | ✅ | ✅ |
|
| play/pause/seek | ✅ | ✅ | ✅ | ✅ |
|
||||||
| set volume | ✅ | ✅ | ✅ | ✅ |
|
| set volume | ✅ | ✅ | ✅ | ✅ |
|
||||||
| set speed | ✅ | ✅ | ✅ | ✅ |
|
| set speed | ✅ | ✅ | ✅ | ✅ |
|
||||||
| clip audio | ✅ | ✅ | ✅ | ✅ |
|
| clip audio | ✅ | ✅ | ✅ | ✅ |
|
||||||
| playlists | ✅ | ✅ | ✅ | ✅ |
|
| playlists | ✅ | ✅ | ✅ | ✅ |
|
||||||
| looping | ✅ | ✅ | ✅ | ✅ |
|
| looping | ✅ | ✅ | ✅ | ✅ |
|
||||||
| shuffle | ✅ | ✅ | ✅ | ✅ |
|
| shuffle | ✅ | ✅ | ✅ | ✅ |
|
||||||
| compose audio | ✅ | ✅ | ✅ | ✅ |
|
| compose audio | ✅ | ✅ | ✅ | ✅ |
|
||||||
| gapless playback | ✅ | ✅ | ✅ | |
|
| gapless playback | ✅ | ✅ | ✅ | |
|
||||||
| report player errors | ✅ | ✅ | ✅ | ✅ |
|
| 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).
|
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).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue