Skip to content

Commit

Permalink
just_audio 0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Oct 10, 2021
1 parent 3554d9d commit 5de01ec
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 24 deletions.
7 changes: 7 additions & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.9.13

* Fix MIME type in LockCachingAudioSource.
* Add radio/livestream example.
* Report URL from ICY metadata on iOS/macOS.
* Update example to just_audio_libwinmedia 0.0.4 (@bdlukaa)

## 0.9.12

* Windows/Linux support (@bdlukaa, credit to @alexmercerind for libwinmedia).
Expand Down
46 changes: 23 additions & 23 deletions just_audio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,29 @@ This project is supported by the amazing open source community of GitHub contrib

| Feature | Android | iOS | macOS | Web | Windows | Linux |
| ------------------------------ | :-----: | :-: | :---: | :-: | :-----: | :---: |
| read from URL | || || ||
| read from file | || || ||
| read from asset | || || ||
| read from byte stream | || || | |
| request headers | || | | | |
| DASH | | | | | | |
| HLS | || | | | |
| ICY metadata | || | | | |
| buffer status/position | || || ||
| play/pause/seek | || || ||
| set volume/speed | || || ||
| clip audio | || || |
| playlists | || || ||
| looping/shuffling | || || ||
| compose audio | || || |
| gapless playback | || | | | |
| report player errors | || || ||
| handle phonecall interruptions | || | | | |
| buffering/loading options | || | | | |
| set pitch | | | | | | |
| skip silence | | | | | | |
| equalizer | | | | | | |
| volume boost | | | | | | |
| read from URL | || || ||
| read from file | || || ||
| read from asset | || || ||
| read from byte stream | || || | |
| request headers | || | | | |
| DASH | | | | | | |
| HLS | || | | | |
| ICY metadata | || | | | |
| buffer status/position | || || ||
| play/pause/seek | || || ||
| set volume/speed | || || ||
| clip audio | || || | |
| playlists | || || ||
| looping/shuffling | || || ||
| compose audio | || || | |
| gapless playback | || | | | |
| report player errors | || || ||
| handle phonecall interruptions | || | | | |
| buffering/loading options | || | | | |
| set pitch | | | | | | |
| skip silence | | | | | | |
| equalizer | | | | | | |
| volume boost | | | | | | |

## Experimental features

Expand Down
2 changes: 1 addition & 1 deletion just_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.12
version: 0.9.13
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio

environment:
Expand Down

0 comments on commit 5de01ec

Please sign in to comment.