-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Noise Meter] Release of 3.2.0 (upgraded audio streamer)
- Loading branch information
1 parent
3ef1d9b
commit 5f4cb13
Showing
6 changed files
with
68 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,47 @@ | ||
## 3.2.0 | ||
|
||
- upgrade to `audio_streamer: ^2.3.0` | ||
- upgrade example to include corret iOS permission | ||
|
||
## 3.1.0 | ||
* upgrade to `audio_streamer: ^2.1.0` | ||
* upgrade example to Android embedding v2 | ||
|
||
- upgrade to `audio_streamer: ^2.1.0` | ||
- upgrade example to Android embedding v2 | ||
|
||
## 3.0.3 | ||
* improvement to `onError` handling. | ||
|
||
- improvement to `onError` handling. | ||
|
||
## 3.0.2 | ||
|
||
- upgrade to audio_streamer 3.0.2 - [PR #390](https://github.com/cph-cachet/flutter-plugins/pull/390) | ||
|
||
## 3.0.1 | ||
|
||
- Fix Hot Restart crash & infinity dB with dispose ([PR #256](https://github.com/cph-cachet/flutter-plugins/pull/256)) | ||
|
||
## 3.0.0 | ||
|
||
- Null safety migration | ||
- iOS example podfile update | ||
|
||
## 2.0.0 | ||
|
||
- Changed API to support audio_streamer version 1.3.0 | ||
- Changed documentation | ||
|
||
## 1.2.0 | ||
|
||
- Changed to api of a NoiseReading to include max and mean decibel. | ||
|
||
## 1.1.5 | ||
|
||
- Added a getter for the sample rate field. | ||
|
||
## 1.1.0 | ||
|
||
- Moved native source code to the AudioStreamer plugin (https://pub.dev/packages/audio_streamer). | ||
|
||
## 1.0.0 | ||
|
||
- Able to stream NoiseReadings on iOS and Android. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters